Skip to content

2.3.0 Release

Choose a tag to compare

@jkasten2 jkasten2 released this 30 Nov 21:03
  • Added additional notification_types status for "No Push Token" to help debug issues which will show on the OneSignal dashboard.
  • Fixed issue where handleNotificationReceived would fire when resuming / opening an app by tapping on a notification.
  • Fixed cases where application:didReceiveRemoteNotification:fetchCompletionHandler: would fire twice in succession.
  • Fixed Carthage error from 2.2.3.
  • Fix crash with setLevelLog when visual level was set due to a threading race condition displaying alerts.
  • Added validation to syncHashedEmail.
  • Removed deprecated OSUserNotificationCenterDelegate.
    • Please migrate to the standard Apple UNUserNotificationCenterDelegate class.