Skip to content

Releases: OneSignal/OneSignal-Unity-SDK

3.0.0 Release

23 Mar 22:46
ae7fca3

Choose a tag to compare

Migrating from 2.x.x

Check out the migration guide to upgrade from a 2.x.x version.

Changed

  • Updated VSP Attribution with the latest version of script
  • Moved EDM4U installer step to the core package as it is needed for both platforms

Fixed

  • Checks for VERSION file before attempting to read it
  • Added podfile amendments to iOS Append builds
  • Include utilities necessary for independent use of the initial unitypackage install
  • Removed unused helper method in the iOS post processor which used code from after Unity 2018

3.0.0-beta.6 Release

07 Feb 21:16
07de8b0

Choose a tag to compare

3.0.0-beta.6 Release Pre-release
Pre-release

Fixed

  • iOS build post processor will determine extension's imported OneSignalXCFramework from the package's dependencies xml. Fixes #442
  • iOS callbacks for the NotificationPermissionChanged event will no longer cause an il2cpp exception

Changed

  • Added AndroidManifest with location permissions to the example app to display PromptLocation
  • InstallEdm4uStep now imports version 1.2.169 of EDM4U
  • Log an error in the example app when RequiresPrivacyConsent is attempted to be set to false from true
  • Internal state mappings on iOS now rely on class defined objects over dynamic Dictionary types
  • Replaced manual manipulation of iOS entitlements in post processing with Unity's ProjectCapabilityManager

3.0.0-beta.5 Release

27 Jan 00:35
6890ad0

Choose a tag to compare

3.0.0-beta.5 Release Pre-release
Pre-release

Changed

  • Default export path for notification icons on Android changed to Assets/Plugins/Android/res
  • Froze imported OneSignal iOS SDK to 3.10.0 release
  • Froze imported OneSignal Android SDK to 4.6.5 release

Removed

  • Legacy AndroidManifest from past version of imported OneSignal Android SDK
  • Legacy Android notification icons

3.0.0-beta.4 Release

19 Jan 21:51
4bbd76c

Choose a tag to compare

3.0.0-beta.4 Release Pre-release
Pre-release

Added

  • Included a new setup step from the OneSignal Unity Editor menu (Window > OneSignal) which syncs the example code bundle with the core package version

Fixed

  • NotificationPermission return from native SDK no longer raises a casting exception on iOS
  • Resolved infinite loops on logging initialization conditions
  • iOS postprocessing will respect existing entitlement files
  • Will no longer init SDK again if done before RuntimeInitializeOnLoadMethod

3.0.0-beta.3 Release

18 Dec 02:13
8b61496

Choose a tag to compare

3.0.0-beta.3 Release Pre-release
Pre-release

Fixed

  • Eliminated syntax only supported on Unity 2020 or above
  • Global callbacks on Android are now correctly setup post initWithContext
  • Properly push LogLevel and AlertLevel settings to native SDKs
  • Added missing setter to override the detected language
  • Add missing getters for permission and subscription states

Changed

  • Implemented missing Notification properties additionalData and actionButtons
  • LogLevel and AlertLevel now use a custom enum instead of the Unity LogType
  • Removed PermissionState in favor of NotificationPermission enum
    • Renamed PermissionStateChanged event to NotificationPermissionChanged

2.14.6 Release

06 Dec 15:19
a5a2db4

Choose a tag to compare

Added

3.0.0-beta.2 Release

24 Nov 20:40
3cfc637

Choose a tag to compare

3.0.0-beta.2 Release Pre-release
Pre-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

17 Nov 01:36

Choose a tag to compare

3.0.0-beta.1 Release Pre-release
Pre-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

29 Oct 22:58
370febd

Choose a tag to compare

Changed

  • Updated included Android SDK to 3.16.2
    • Fixes for background image not showing and text not rendering in the RTL direction when a RTL system language is set. #1475
    • Fix IAM preview message returning NPE in a preview case, due to message id being null. #1463

2.14.4 Release

12 Oct 22:23
3aa2198

Choose a tag to compare

Fixed

  • Removed use of C# 8.0 features to maintain compatibility

Changed

  • Updated included Android SDK to include:
    • Avoid continuing with null IAM message Ids #1386
  • Updated included iOS SDK to version 2.16.7
    • In App Messaging now respects device orientation locks for Unity Applications #1000