This repository was archived by the owner on May 10, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 150
Releases: yasirkula/UnityNativeShare
Releases · yasirkula/UnityNativeShare
v1.5.5
- Fixed "Namespace 'com.yasirkula.unity' is used in multiple modules and/or libraries" error that is introduced with Android Gradle version 9.1.0 on Unity 6.4.4+ if multiple native plugins of mine are used at the same time: https://discussions.unity.com/t/info-android-gradle-9-1-0-agp-9-0-0-update-in-unity-6-4/1709062
- "AAR Source (Android)" folder is now an actual Android Studio Android Library module
- Plugin's Gradle version had to be updated to 7.5.1 to fix this issue so make sure your Unity version is compatible: https://docs.unity3d.com/2021.3/Documentation/Manual/android-gradle-overview.html
Assets 3
v1.5.4
- Unexported Activities are hidden from NativeShareCustomShareDialog to fix java.lang.SecurityException
- Attempted to fix a weird NullReferenceException in NativeShareCustomShareDialog
- Updated Unity version to 2021345f2 (simplified codebase accordingly)
Assets 3
2 people reacted
v1.5.3
Fixed rare "No such proxy method" error for native callback functions
Assets 3
8 people reacted
v1.5.1
- Potential fix for IllegalStateException on Android
- Photo Library Usage Description doesn't override Xcode setting if it's empty
Assets 3
4 people reacted
v1.5.0
Fixed a native IllegalStateException
Assets 3
2 people reacted
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
Assets 3
6 people reacted
v1.4.7
Assets 3
4 people reacted
v1.4.6
Added android:exported tag to NativeShareCustomDialogActivity for And...
Assets 3
7 people reacted
v1.4.5
Fixed seemingly harmless error message on Android: "java.lang.Securit...
Assets 3
2 people reacted
v1.4.4
Temporary bugfix for Android 12 devices (fixed #130)
Assets 3
3 people reacted