4

I have tried about share image/text on WhatsApp. so i am able to share image or text on WhatsApp successfully, but now i want to share the image with a caption on WhatsUpApplication, so I am unable to do this in swift4 so now i am searching for know how i can share image with caption on WhatsUpApplication in IOS application.

I have try with UIActivityViewController but it's not working with image and text and i read about UIDocumentInteractionController but there is no option for share both and i also implement Url Schema for WhatsApp but it's give only text sharing, not for both.

Please help me and don't make it duplicate because i didn't get any solution for it. maybe it's a issue of ios 11

Rakesh Mandloi
  • 361
  • 2
  • 11
  • 1
    So you say you have successfully shared images on WhatsApp. You should post your existing code, along with links on the resources you used. Did you find documentation on WhatsApp's APIs? Did you find a framework to use? Tell us about what you've learned and done so far. – Duncan C Aug 22 '18 at 12:24
  • are you asking for only image? – Rakesh Mandloi Aug 22 '18 at 13:32

1 Answers1

3

Unfortunately, currently there is no way to share both image and text together on Whatsapp. It is a limitation of Whatsapp under iOS, it is nothing related to iOS11.

You can send an image or a text at a time, sharing both image and text together is not handled from the Whatsapp side.

Still, let's hope WhatsApp creates a proper iOS extension to fix this.

arunjos007
  • 4,105
  • 1
  • 28
  • 43