Skip to content

Releases: OneSignal/OneSignal-Unity-SDK

5.1.6 Release

20 May 23:33
3a7988d
Compare
Choose a tag to compare

Fixed

  • iOS build error: No type or protocol named OSLiveActivities

5.1.5

16 May 21:56
b1c4cc7
Compare
Choose a tag to compare

Changed

  • Updated included Android SDK from 5.1.10 to 5.1.13
    • Fixed the ANR issue caused by prolonged loading of OperationRepo and potentially by extended holding of the model lock during disk I/O read operations
    • Fixed IndexOutOfBounds exception thrown from OperationRepo.loadSavedOperations if app was opened offline, some operations done, and then the app is opened again
    • Targets JDK11 instead of JDK21 to address build errors encountered on certain development environments using JDK versions below 21
    • Fixed grouping skipping opRepoPostCreateDelay, causing operations being applied out of order when multiple login operations are pending
    • Fixed cancelling permission request dialog not firing continuation
    • Fixed RecoverFromDroppedLoginBug not running in very rare cases
    • For full changes, see the native release notes
  • Updated included iOS SDK from 5.1.6 to 5.2.0
    • Added additional 6 privacy manifests to the 6 sub-targets that are included in the primary targets clients import
    • Updated User Defaults API reason to include app groups for appropriate modules
    • Fixed rare scenario of dropping data when multiple logins are called
    • For full changes, see the native release notes

5.1.4

01 May 20:40
52f14f1
Compare
Choose a tag to compare

Changes

  • Updated included Android SDK from 5.1.9 to 5.1.10
    • Handle incorrect 404 responses; add a delay after creates and retries on 404 of new ids
    • Added network call optimizations
    • For full changes, see the native release notes
  • Updated included iOS SDK from 5.1.5 to 5.1.6
    • Fixed pending properties from being sent to the incorrect user when quickly changing users
    • Fixed crashes when encoding user models
    • Fixed crash in OneSignalAttachmentHandler trimURLSpacing method
    • Fixed crash when handling a dialog result
    • Removed IAM window when an in app message is inactive
    • For full changes, see the native release notes

5.1.3

16 Apr 14:47
cd41a2f
Compare
Choose a tag to compare

Changed

  • Updated included Android SDK from 5.1.8 to 5.1.9
    • Added AndroidManifest option to override In-App Messages gray overlay and dropshadow
      • <meta-data android:name="com.onesignal.inAppMessageHideGrayOverlay" android:value="true"/>
      • <meta-data android:name="com.onesignal.inAppMessageHideDropShadow" android:value="true"/>
    • Fixed WorkManager not initialized crash
    • Fixed don't re-create user on failed remove alias
    • Added network call optimizations
    • For full changes, see the native release notes
  • Updated included iOS SDK from 5.1.4 to 5.1.5
    • Added plist option to hide gray overlay and disable dropshadow for In-App Messages
      • OneSignal_in_app_message_hide_gray_overlay
      • OneSignal_in_app_message_hide_drop_shadow
    • For full changes, see the native release notes

5.1.2

10 Apr 16:25
bf4a818
Compare
Choose a tag to compare

Changed

  • Updated included Android SDK from 5.1.6 to 5.1.8
    • Fixed externalId being skipped and updates to stop if something updates the User (such as addTag) shortly before login is called
    • Fixed optIn() not prompting if called before push subscription is created on backend
    • Fixed crash with EventProducer's fire events
    • Fixed context not being set on all entry points
    • For full changes, see the native release notes
  • Updated included iOS SDK from 5.1.3 to 5.1.4

3.0.12 Release

26 Mar 16:35
f09af6e
Compare
Choose a tag to compare

Changed

5.1.1 Release

09 Mar 04:22
6b1216d
Compare
Choose a tag to compare

Changed

  • Updated included Android SDK to 5.1.6
  • Updated included iOS SDK to 5.1.3

5.1.0 Release

22 Feb 22:50
a3095e8
Compare
Choose a tag to compare

Fixed

  • iOS crash when calling OneSignal.User.PushSubscription.Id and OneSignal.User.PushSubscription.Token when they are null.

Changed

  • Add public getters for OneSignalId and ExternalId in the User namespace
  • Add public event handler OneSignal.User.Changed that fires when the OneSignalId or ExternalId changes
  • Updated included Android SDK to 5.1.5

5.0.6 Release

30 Jan 18:46
ded467e
Compare
Choose a tag to compare

Fixed

  • Duplicate symbol errors when building with other iOS plugins
  • Removed READ_PHONE_STATE permission in Android builds. Delete your OneSignalConfig.androidlib and run the
    "Copy Android plugin to Assets" step in Window > OneSignal SDK Setup to apply the fix.
  • Fixed lower build-tools versions being needed for Android builds. Delete your OneSignalConfig.androidlib and run the
    "Copy Android plugin to Assets" step in Window > OneSignal SDK Setup to apply the fix.

Changed

  • Updated included Android SDK to 5.1.2.
    • Android builds now require the Target API Level to be set to 33 or higher.
  • Updated included iOS SDK to 5.1.0

5.0.5 Release

19 Oct 20:13
de21c7c
Compare
Choose a tag to compare

Fixed

  • Included meta files in OneSignalConfig.androidlib to prevent asset from being ignored
  • Package download url in the "Sync example code bundle package" step from the OneSignal SDK Setup