omesi37
omesi37

Reputation: 112

Share on Instagram/WhatsApp without UIDocumentInteractionController

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

Upvotes: 0

Views: 965

Answers (1)

GameDevGuru
GameDevGuru

Reputation: 1135

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

Upvotes: 2

Related Questions