yasirkula / UnityNativeShare

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

Regarding UIActivityViewController's excludedActivityType #134

Closed superbybot closed 2 years ago

superbybot commented 2 years ago

Hello,

We've been using the plugin and we've come across a limitation. Basically we want to limit the SNS/apps available selection in the UIViewController. This is possible in Android using AddTarget, but the said method is not implemented for iOS.

However, we saw a method inside UIActivityViewController that might be able to do just that.

https://developer.apple.com/documentation/uikit/uiactivityviewcontroller/1622009-excludedactivitytypes

Do you have any plans of implementing this method in the plugin?

Thanks!

Regards, Byron Bautista

yasirkula commented 2 years ago

At the moment I am not planning that. For the time being, I'm redirecting users to this link: https://forum.unity.com/threads/native-share-for-android-ios-open-source.519865/page-4#post-4011874

superbybot commented 2 years ago

We'll look into it! Thanks for the help!