Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Releases: yasirkula/UnityNativeShare

v1.5.4

31 Dec 12:52

Choose a tag to compare

  • Unexported Activities are hidden from NativeShareCustomShareDialog to fix java.lang.SecurityException
  • Attempted to fix a weird NullReferenceException in NativeShareCustomShareDialog
  • Updated Unity version to 2021.3.45f2 (simplified codebase accordingly)

v1.5.3

09 Mar 09:21

Choose a tag to compare

Fixed rare "No such proxy method" error for native callback functions

v1.5.1

14 Nov 20:57

Choose a tag to compare

  • Potential fix for IllegalStateException on Android
  • Photo Library Usage Description doesn't override Xcode setting if it's empty

v1.5.0

30 Sep 09:07

Choose a tag to compare

Fixed a native IllegalStateException

v1.4.9

10 Dec 15:42

Choose a tag to compare

  • 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

01 May 09:04

Choose a tag to compare

  • Added AddEmailRecipient function (Android-only) (closed #140)
  • Potential fix for rare "NSCallbackHelper is destroyed!" warnings
  • Potential fix for #137

v1.4.6

14 Jan 12:51

Choose a tag to compare

Added android:exported tag to NativeShareCustomDialogActivity for And…

v1.4.5

10 Jan 17:30

Choose a tag to compare

Fixed seemingly harmless error message on Android: "java.lang.Securit…

v1.4.4

10 Nov 11:27

Choose a tag to compare

Temporary bugfix for Android 12 devices (fixed #130)

v1.4.3

28 Oct 19:59

Choose a tag to compare

Bugfix for a possible issue on Android 11 MIUI devices