- Added additional
notification_typesstatus for "No Push Token" to help debug issues which will show on the OneSignal dashboard. - Fixed issue where
handleNotificationReceivedwould 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
setLevelLogwhen 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
UNUserNotificationCenterDelegateclass.
- Please migrate to the standard Apple