yasirkula / UnityNativeShare

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

Android Manifest <Provider> Tag #51

Closed iliyasmd closed 4 years ago

iliyasmd commented 4 years ago

Hi Yasir,

Thanks for your great plugin. I think you have updated your plugin for Android. The Tag is not appearing in AndroidManifest.xml in Temp/StagingArea. It will be great if you fix so I can continue using in my upcoming games

regards iliyas

yasirkula commented 4 years ago

I've renamed com.yasirkula.unity.UnitySSContentProvider as com.yasirkula.unity.NativeShareContentProvider. If NativeShareContentProvider exists in the generated AndroidManifest, then there should be no issues. If it doesn't, which Unity version are you using and which build system (Internal, Gradle) is currently enabled?

iliyasmd commented 4 years ago

Thanks, Yasir,

Its working fine after updating your plugin from Asset Store.