Releases: yasirkula/UnityNativeShare
Releases · yasirkula/UnityNativeShare
v1.5.3
Fixed rare "No such proxy method" error for native callback functions
v1.5.1
- Potential fix for IllegalStateException on Android
- Photo Library Usage Description doesn't override Xcode setting if it's empty
v1.5.0
Fixed a native IllegalStateException
v1.4.9
- Potential bugfix for ShareResultCallback.shareTarget being null for some apps on newest Android versions
- Potential bugfix for crash in Unity as a Library apps (#155)
- Fixed share dialog not disappearing automatically when canceling a share operation on iPhones (which could lead to share callback being called multiple times)
- Added NativeShare.Clear function
v1.4.7
- Added AddEmailRecipient function (Android-only) (closed #140)
- Potential fix for rare "NSCallbackHelper is destroyed!" warnings
- Potential fix for #137
v1.4.6
Added android:exported tag to NativeShareCustomDialogActivity for And…
v1.4.5
Fixed seemingly harmless error message on Android: "java.lang.Securit…
v1.4.4
Temporary bugfix for Android 12 devices (fixed #130)
v1.4.3
Bugfix for a possible issue on Android 11 MIUI devices
v1.4.2
Moved iOS build post-processor settings to 'Project Settings/yasirkul…