yasirkula / UnityNativeShare

A Unity plugin to natively share files (images, videos, documents, etc.) and/or plain text on Android & iOS
MIT License
891 stars 131 forks source link

Choose specific app on iOS #27

Closed ataylor09 closed 4 years ago

ataylor09 commented 5 years ago

Is it possible to choose a specific app for sharing images/text on iOS?

Looks as if it is done here

It is beyond my skills to figure out how they've done it, but it appears that you can post text directly to facebook and or twitter. I would like to achieve something similar but with images (and adding Instagram as an app too)

yasirkula commented 5 years ago

That plugin uses classes like SLServiceTypeTwitter which are deprecated in iOS 11.0, so it is not a good idea to continue using them. With NativeShare, it is not possible to share on a specific app on iOS, you have to use native SDK's for it: Twitter, Facebook