Skip to content

Releases: OneSignal/OneSignal-Unity-SDK

2.6.1 Release

26 Feb 23:20
Compare
Choose a tag to compare

• Fixes an issue building iOS caused by a missing function declaration
• Fixes a Unity Cloud Build issue caused because the generated xcode project was missing UserNotifications.framework
• Added a post build script to insert the UserNotifications framework into the generated xcode project

2.6.0 Release

22 Feb 02:20
Compare
Choose a tag to compare

Adds Email to the OneSignal Unity SDK

2.5.0. Release

21 Dec 23:34
Compare
Choose a tag to compare

Firebase Analytics support and Observer Fixes

  • Added Firebase Analytics notification events.
  • Fixed iOS permission state. Issue #56
  • Fixed from state on OSPermissionStateChanges. Issue #73

2.4.1 Release

07 Oct 02:44
Compare
Choose a tag to compare

Native SDKs Update - iOS 2.5.6, Android 3.6.3

Must upgrade to this version or newer when building with Xcode 9!

  • iOS - Fixes issue with open event on cold start on iOS 11
  • iOS - Fixes error "OneSignal AppId format is invalid." Issue #33
  • Android - Oreo and misc error handling improvements
    • Fixes double events when sending silent notifications. Issue #64
    • Fixes extra Android Resolver refreshes
      • Updated Google JarResolver from1.2.44 to 1.2.54

2.4.0 Release

21 Aug 23:16
Compare
Choose a tag to compare

Android Oreo (8.0)

Must upgrade to this version or newer when targeting Android API level 26

  • Added support for Android O Notification Channels
  • Dropped Android 2.3 (API 9) support, minimum is now 4.0.3 (API 15)
  • Dropped support for Unity 4

2.3.3 Release

19 Jun 19:13
Compare
Choose a tag to compare

Fixed iOS Editor compile error

2.3.2 Release

17 Jun 01:15
Compare
Choose a tag to compare

Unity Editor Runtime error fix

  • Fixed Unity Editor run time errors. Issues #51, #50
  • Updated to Android SDK 3.5.8.
  • Updated to Unity Jar resolver 1.2.29.0

2.3.1 Release

08 Jun 02:26
Compare
Choose a tag to compare

GetPermissionSubscriptionState and Android Misc Fixes

  • Fixed error calling GetPermissionSubscriptionState from the Unity Editor. Issue #47
  • Fixed Android 7 issue where timestamps did not show on notifications. Issue #45
  • Fixed Android ANR during intermittent network connections. Issue #31

2.3.0 Release

12 May 04:54
Compare
Choose a tag to compare

New Observer methods

  • Added PromptForPushNotificationsWithUserResponse for iOS.
  • Added GetPermissionSubscriptionState
  • Added permissionObserver and subscriptionObserver event delegates
  • Added inFocusDisplayType property.

See the Unity SDK API reference for full details on the new methods.

2.2.2 Release

21 Apr 19:22
Compare
Choose a tag to compare

Android Build Fix with Unity 5.0 to 5.5

  • Fixed applicationIdentifier not found error.