Open onmyway133 opened 8 years ago
iOS 10
Change log
Resolves an issue where UIAppDelegate protocol methods are are not called when a developer has subclassed their App Delegate and overridden these methods. The OneSignal SDK will now check for all AppDelegate subclasses to find which proper class to inject to, and the SDK makes sure the subclass overrides the required method and does not simply inherit it from a superclass.
- 2.1.2
Updated device registration login. OneSignal will now wait a few seconds to try to get a device token before registering with OneSignal's servers. This prevents some cases where devices could be duplicated on the dashboard when previous device data had been imported.
- 2.1.15
Fixed bug where OSHandleNotificationActionBlock does not get called on iOS 10+ devices when app in is foreground and OSNotificationDisplayType set to @(Notification).
didReceiveRemoteNotification: called only on 2.0.8, 2.1.5 didReceiveRemoteNotification:userInfo:fetchCompletionHandler: not called on 2.1.10
Change status on dashboard on app launch
registerForRemoteNotifications
registerForRemoteNotifications
because of swizzling), butcurrentUserNotificationSettings
is emptyPush sent
test_type
should be used for development APNS. For production APNS, don't settest_type