iOS share image AND text to WhatsApp

后端 未结 5 813
猫巷女王i
猫巷女王i 2020-12-23 14:11

I have googled, and get some solutions, it seems the only possible way is thru UIDocumentInteractionController. I have found the result that able to share

5条回答
  •  半阙折子戏
    2020-12-23 14:50

    something not usually mentioned the user doesn't actually needs to share a text message and an image.

    If your text contains URL then the whatsapp application will try to retrieve info about the URL and show a preview

    In order for this to work you need to make the URL conform to open graph protocol. that basically means that the URL needs to have meta tags in its DOM which contain the relevant preview data

提交回复
热议问题