Skip to content

Releases: OneSignal/OneSignal-Unity-SDK

5.0.5 Release

19 Oct 20:13
de21c7c

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

5.0.4 Release

11 Oct 17:28
d26c568

Choose a tag to compare

Changed

  • Updated included Android SDK to 5.0.3

5.0.3 Release

05 Oct 19:13
796569d

Choose a tag to compare

Changed

  • InstallEdm4uStep now imports version 1.2.177 of EDM4U
  • Updated included Android SDK to 5.0.2
  • Updated included iOS SDK to 5.0.2
  • OneSignalConfig.plugin has been changed to OneSignalConfig.androidlib. Run the "Copy Android plugin to Assets" step in Window > OneSignal SDK Setup to migrate. Custom notification icons are now located in Assets/Plugins/Android/OneSignalConfig.androidlib/src/main/res

Fixed

  • Sending VSAttribution data from the editor
  • iOS notifications clicked event firing if the app was cold started from clicking a notification
  • ClassNotFoundException: com.onesignal.OneSignal for Android builds with minify enabled. You must run the "Copy Android plugin to Assets" step in Window > OneSignal SDK Setup.
  • Disabled bitcode to avoid iOS build error

5.0.2 Release

01 Sep 18:51
a2339d4

Choose a tag to compare

Fixed

  • Stop foreground notifications from displaying after calling prevent default on iOS

5.0.1 Release

23 Aug 19:48
0c1f3d9

Choose a tag to compare

Fixed

  • Push subscription Id and Token malloc error on iOS

5.0.0 Release

17 Aug 21:36
58e0c05

Choose a tag to compare

⚠️ This is a major release which contains breaking API changes.

In this major version release for the OneSignal Unity SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.

For information please see the migration guide to upgrade from a 3.x.x version.

What's changed since beta 3

Changed

  • Removed SetLaunchURLsInApp
  • Removed async from location request permission and updated method name to RequestPermission
  • Updated included iOS SDK to 5.0.1
  • Updated included Android SDK to 5.0.0
  • Updated default OneSignal Android notification icons to new logo

Fixed

  • NoSuchMethodError for outcome methods on Android
  • Completion check for the Copy Android plugin to Assets setup step

5.0.0-beta.3 Release

25 May 20:08
2f996ba

Choose a tag to compare

5.0.0-beta.3 Release Pre-release
Pre-release

Changed

  • Updated Notifications, InAppMessages, and User models to have Pascal Case properties
  • Updated public API. Please see the updated migration guide for the most up to date signatures.
  • Updated included Android SDK to 5.0.0-beta4
  • Updated included iOS SDK to 5.0.0-beta-04

3.0.11

12 May 18:03
43fe454

Choose a tag to compare

Fixes

  • Android ANRs for callbacks and when backgrounding app (#602)

3.0.10

20 Mar 16:07
c953545

Choose a tag to compare

Changed

  • Updated included Android SDK to 4.8.5
  • Updated included iOS SDK to 3.12.4

Fixed

  • Fixed InstallEdm4uStep to work with UPM EDM4U installations

5.0.0-beta.2 Release

21 Feb 21:40
2cf3a47

Choose a tag to compare

5.0.0-beta.2 Release Pre-release
Pre-release

Added

  • SDK type and version to API headers

Changed