Question

Is there any way to share an UIImage to Instagram and WhatsApp without using UIDocumentInteractionController?

I want to set a button for IG that won't open the OpenIn menu, and won't make me select an app from the menu.

Same goes for Whatsapp...

Or perhaps a way to use UIDocumentInteractionController but somehow setting the selected app to be (for example) Instagram without prompting the user to choose IG app from the OpenIn menu.

Thanks in advance

Haim

Was it helpful?

Solution

No, there is no way to share an image without UIDocumentInteractionController. Perhaps Whatsapp or Instagram will provide an API for this in the future.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top