Skip to content

1.9.0 Release

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 04 Jun 03:01

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.