How Can I share image +text caption(URL) on whatsapp from iphone?

前端 未结 2 1042
无人共我
无人共我 2021-02-13 09:17

I have used following code for share image on WhatsApp but I am unable to set the caption text using following code.

I have tried annotation property of UIDocument

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-13 09:39

    You cannot pre-fill caption while sharing image on whatsapp. Facebook has already deprecated this functionality from Facebook, Instagram also.

    You can either send a text or an image. But programmatically pre-filling caption is not possible.

    The code in the question is fine to send an image. In order to send a plain text you can use the reference of below mentioned link:

    http://www.whatsapp.com/faq/en/iphone/23559013

    NOTE: Setting caption programmatically is not possible.

    Hope this helps!

提交回复
热议问题