Releases: OneSignal/OneSignal-Unity-SDK
Releases · OneSignal/OneSignal-Unity-SDK
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
3.0.8 Release
Changed
- Renamed
enterLiveActivity
toEnterLiveActivity
andexitLiveActivity
toExitLiveActivity
- Updated Unity Verified Solutions Attribution script from VspAttribution to VSAttribution
Fixed
- Resolved serialization depth limit 10 exceeded warning log
3.0.7 Release
Changed
- Updated included iOS SDK to 3.12.3
- Added support for OneSignal iOS functionality
enterLiveActivity
andexitLiveActivity