Is it possible to share both image and text on whatsapp?
I tried with UIActivityController and whatsapp url: "whatsapp://send" but it is not passing both text and image to whatsapp.
Related
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
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.
I want to share text file and image to Whatsapp through UIActivityViewController but it shows this error:
This item cannot be shared. Please select a different item.
I tried all the methods provided in StackOverflow, but its not working.
Kindly Someone Help me, I want to develop my custom keyboard in objective-c. I am not find a way to use images in keyboard extension.Basically I want to show images on Keyboard and after click on image I want to paste on board. Kindly please help me share a way and tutorial link of keyboard extension in objective C with images.
similar to this link: How to create custom keyboard extension with images on it in Objective-C?
I need proper steps to how use image on extension keyboard and how to share this image
You know when you share a video from youtube to facebook, on facebook the post appears like this:
How can I achieve the same result when I share a video link from my app?
I was able to share a post with text and image as a link (the text on top of the image) using the SLComposeViewController class. I called the setInitialText, addImage, and addURL methods to set the text, image, and url respectively.
But I was not able to figure out how to make the thumbnail image on the left and the description of the video on the right. Please point me to the right direction. --> :)
Thanks
I have an app which plays GIF images (animations). I can copy it using UIPasteBoard and paste it into iPhone's native text app or attach it mail.
How can i paste it into Facebook app's text message area or status area?
Is it achievable from app.
Thanks
Facebook doesn't support animated gifs.