Skip to content

Releases: OneSignal/OneSignal-Unity-SDK

1.9.3 Release

16 Jun 00:46

Choose a tag to compare

Fixed setSubscription cache issue on Android

1.9.2 Release

10 Jun 00:54

Choose a tag to compare

Android bug fixes

  • Fixed bug where notifications would not be displayed if the app was still running in the background unless enableNotificationsWhenActive was set to true.
  • Omitting Google Play specific error logging when running on Amazon devices.

1.9.1 Release

08 Jun 23:09

Choose a tag to compare

WP8 and Android bug fixes

WP8
  • WP8 bug fix where taping on the notification text without additional data set would crash the app.
  • Now passes notification text to the notification opened callback if the user is in your app when a notification comes in.
Android
  • isActive is not true when it should be when EnableInAppAlertNotification is set to true.

1.9.0 Release

04 Jun 03:01

Choose a tag to compare

Added enableInAppAlertNotification, setSubscription, and postNotification

  • Calling EnableInAppAlertNotification with true will enable notifications to be displayed as alerts when one is received when the user is in your app.
    • On Android you can call EnableNotificationsWhenActive with true to place notifications in the notification area instead.
  • Calling SetSubscription with false will unsubscribe the user from receiving push notifications.
  • PostNotification lets you create user to user notifications and schedule future notifications without have to make calls to the REST API yourself.
  • Added more logging to help debug issues.
  • Android devices now retry to subscribe to GCM for push notifications if it fails due to a connection issue.
  • On Android fixed timezone detection to account for daylight saving time.

1.8.0 Release

14 Apr 21:17

Choose a tag to compare

Initial OneSignal Release.