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

App crashes in android 12 when I use NativeShare.share, is there a fix to this yet? #139

Closed laxayyy closed 2 years ago

laxayyy commented 2 years ago

Description of the bug

A clear and concise description of what the bug is. Before reporting a bug, please do a quick search in Issues to see if it is already reported. If the documentation has a FAQ (Frequently Asked Questions), please also check out the entries there.

Reproduction steps

If possible, providing reproduction steps would be very helpful while pinpointing the issue. You can also post screenshots if you think they would be helpful.

Platform specs

Please provide the following info if this is a Unity 3D repository.

Additional info

Please check Logcat (Android) or Xcode console (iOS) for any meaningful error messages and include them here.

yasirkula commented 2 years ago

Please delete the plugin and reimport the latest version from GitHub. That should resolve the issue.

laxayyy commented 2 years ago

It worked, Thanks