Releases: OneSignal/OneSignal-Unity-SDK
Releases · OneSignal/OneSignal-Unity-SDK
3.0.0-beta.3 Release
Fixed
- Eliminated syntax only supported on Unity 2020 or above
- Global callbacks on Android are now correctly setup post
initWithContext
- Properly push
LogLevel
andAlertLevel
settings to native SDKs - Added missing setter to override the detected language
- Add missing getters for permission and subscription states
Changed
- Implemented missing
Notification
propertiesadditionalData
andactionButtons
LogLevel
andAlertLevel
now use a custom enum instead of the UnityLogType
- Removed
PermissionState
in favor ofNotificationPermission
enum- Renamed
PermissionStateChanged
event toNotificationPermissionChanged
- Renamed
2.14.6 Release
Added
- Included Unity's VSP Attribution code for distribution via the Asset Store.
3.0.0-beta.2 Release
Fixed
- Correctly namedspaced the common MiniJSON utility to fix #404
- Ensured code distributed with unitypackage would not reference other packages if missing
- Swapped out code that was only available in Unity 2020 for backwards compatible implementations
3.0.0-beta.1 Release
- Complete overhaul to the public API of the SDK. While this release is in beta please see our included example MonoBehaviour for usage.
- The included OneSignal Android SDK is now fully imported via EDM4U/gradle and will pull the latest version. Please see OneSignal-Android-SDK Releases for latest changes.
- The included OneSignal iOS SDK is now fully imported via EDM4U/Cocoapods and will pull the latest version. Please see OneSignal-iOS-SDK Releases for latest changes.
If you run into any problems, please don’t hesitate to open an issue!
2.14.5 Release
2.14.4 Release
2.14.3 Release
Fixed
- Added a delayed call when attempting to reshow the
OneSignalSetupWindow
after importing packages. - Moved the example code to a separate assembly definition so that it may be utilized in place.
- The EDM4U setup step will rename the
Google.IOSResolver_v1.2.165.dll
on import in Unity 2021 and above. See EDM4U issue #441 for more information.
Changed
- Updated formatting and documentation within the OneSignalExampleBehaviour.cs example code for clarity.
- Marked
EnabledVibrate
andEnableSound
asObsolete
with as they do not function on Android 8+. Please check out https://documentation.onesignal.com/docs/android-notification-categories for more information.
2.14.2 Release
Fixed
- Fixes rare iOS crash with some apps due to a threading issue. From PR OneSignal-iOS-SDK#979
2.14.1 Release
Fixed
- Corrected directory separators in post processor when building for iOS in a Windows environment. From PR #376 by @SplenectomY. Fixes #375, #377, #380
2.14.0 Release
Added
- A new Editor window under Window > OneSignal can be found which currently includes additional setup steps for installation.
Changed
- The OneSignal Unity SDK has now transitioned to Unity Package Manager support
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in
the README to ensure a smooth transition.
- If you are updating from a previous version of the OneSignal Unity SDK please follow the Unity Asset Store instructions in