Skip to content

Releases: OneSignal/OneSignal-Unity-SDK

5.0.3 Release

05 Oct 19:13
796569d
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

  • Push subscription Id and Token malloc error on iOS

5.0.0 Release

17 Aug 21:36
58e0c05
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixes

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

3.0.10

20 Mar 16:07
c953545
Compare
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
Compare
Choose a tag to compare
5.0.0-beta.2 Release Pre-release
Pre-release

Added

  • SDK type and version to API headers

Changed

5.0.0-beta.1 Release

03 Feb 23:57
8c82547
Compare
Choose a tag to compare
5.0.0-beta.1 Release Pre-release
Pre-release

Added

Changed

  • Overhauled public API of the SDK to a user-centered model. While this release is in beta please see our included example MonoBehaviour for usage.
  • Updated included Android SDK to 5.0.0-beta1
  • Updated included iOS SDK to 5.0.0-beta-01

If you run into any problems, please don’t hesitate to add to this issue!

3.0.9 Release

22 Dec 18:41
c0ed907
Compare
Choose a tag to compare

Fixed

  • Android - Lock OneSignal version so it doesn't get bumped to the next major version.
    • resolves issue #573