Skip to content

Releases: OneSignal/OneSignal-Unity-SDK

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.

2.2.1 Release

19 Apr 21:23
Compare
Choose a tag to compare

Native SDK library updates

2.2.0 Release

16 Mar 21:44
Compare
Choose a tag to compare

Xcode 8

Xcode 7 is no longer supported in this release, please update to Xcode 8

iOS NotificationServiceExtension

iOS Media attachments and action buttons now use a NotificationServiceExtension with mutable-content instead of content-available on iOS 10 for improved delivery reliability and speed. This fixes the issue where notifications with these features would not show if the app was force-quit by swiping it away.

Upgrade NOTE!

Make sure to follow the new step to add this Notification Service Extension as it is now required to add action buttons and Attachments.
Add Notification Service Extension
Failing to add this will result in basic notifications shown without these features on iOS 10 devices.

Misc iOS Fixes

  • Fixed bug where sending notifications with action buttons set would remove other notification categories set in the app.
  • Fixed issue where actionID was not set when tapping on a notification button without additional on the notification.
  • Fix for intermittent IAP crash. Issue #30

2.1.4 Release

18 Jan 04:13
Compare
Choose a tag to compare
  • IAP fixes for both Android and iOS.
  • Android 2.3 to 3.2 compatibly fix when proguard is enabled.
  • Updated to newest Google jar resolver.1.2.9.0 from 1.2.6.0

2.1.3 Release

08 Dec 01:25
Compare
Choose a tag to compare
  • Fixed iOS kOSSettingsKeyAutoPrompt setting from version 2.1.2
  • Fixed WP8.1 compiler error.

2.1.2 Release

06 Dec 11:17
Compare
Choose a tag to compare

Updated to iOS native SDK 2.3.2 and Android SDK 3.4.2

iOS

  • Fixes issues with opened and received callbacks.
  • Added additional notification_types status for "No Push Token" to help debug issues which will show on the OneSignal dashboard.
  • Fixed rare crash with postNotification. Issue #22
  • Fixed issue opening a 2nd URL notification not showing a webview.
  • Fixed syncHashedEmail errors and added validation to input. Issue #21
  • Fixed issue where an iOS 10 media notification could hang the main thread when downloading it.

Android

  • Added support for badges on older Samsung devices as well as OPPO an ZUK devices.
  • Fixed SyncService logcat error.

Other

  • Updated to 1.2.6.0 of unity-jar-resolver

2.1.1 Release

15 Nov 23:04
Compare
Choose a tag to compare

Updated to latest native SDKs with bug fixes

  • Compatibility fixes with other iOS notification plugins
    • Both local and remote on iOS 10
  • Fixed issue with action.actionID and action.type not being set.
  • Fixed issue with nest additional data values on Android.
  • iOS SDK 2.2.2, Android SDK 3.4.1