Skip to content

Releases: OneSignal/OneSignal-iOS-SDK

1.10.0 Release

11 Aug 03:55
Compare
Choose a tag to compare

Title support, notification clearing & open count

  • Added support for notification title on iOS 8.2+ devices.
  • Fixed bug where notifications would clear when opening / resuming the app.
    • Notifications will still be cleared in this way when a badge is set.
      • This is due to an iOS limitation where clearing the badge count has a side effect of clearing all notifications from the app.
    • iOS 6 & 7 - When a notification is opened all other notifications from the app will still be cleared.
      • This logic remains otherwise notifications can be tapped on multiple times.
  • Fixed bug where if content-available was set the notification would be marked opened when received and again when it was opened.

1.9.2 Release

23 Jun 18:36
Compare
Choose a tag to compare

Fixed issue with autoRegister

Fixed issue #1 where the iOS notification permission prompt would show on the 2nd cold start of the app when autoRegister is set to false.

1.9.1 Release

18 Jun 06:18
Compare
Choose a tag to compare

Fixed initialization issue with xib files

  • Fixed bug where the app would not initialize with a xib screen.

1.9.0 Release

04 Jun 01:42
Compare
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.
  • 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.

1.8.0 Release

07 Apr 03:35
Compare
Choose a tag to compare
Updated podspect URL.