Releases: OneSignal/OneSignal-Unity-SDK
Releases · OneSignal/OneSignal-Unity-SDK
5.0.3 Release
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 toOneSignalConfig.androidlib
. Run the "Copy Android plugin to Assets" step in Window > OneSignal SDK Setup to migrate. Custom notification icons are now located inAssets/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
Fixed
- Stop foreground notifications from displaying after calling prevent default on iOS
5.0.1 Release
Fixed
- Push subscription Id and Token malloc error on iOS
5.0.0 Release
⚠️ 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
Changed
- Updated
Notifications
,InAppMessages
, andUser
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
3.0.10
5.0.0-beta.2 Release
Added
- SDK type and version to API headers
Changed
- Updated included Android SDK to 5.0.0-beta2
- Updated included iOS SDK to 5.0.0-beta-02
5.0.0-beta.1 Release
Added
- Migration guide for updating from 3.x.x to 5.x.x
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
Fixed
- Android - Lock OneSignal version so it doesn't get bumped to the next major version.
- resolves issue #573