Reputation: 361
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
Upvotes: 4
Views: 4868
Reputation: 4355
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.
Upvotes: 3