onmyway133 / notes

:notebook_with_decorative_cover: Issues and solutions I found during development, mostly iOS
https://onmyway133.com/
MIT License
63 stars 4 forks source link

One Signal #224

Open onmyway133 opened 8 years ago

onmyway133 commented 8 years ago

Change status on dashboard on app launch

Push sent

onmyway133 commented 8 years ago

iOS 10

onmyway133 commented 8 years ago

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).

onmyway133 commented 8 years ago

didReceiveRemoteNotification: called only on 2.0.8, 2.1.5 didReceiveRemoteNotification:userInfo:fetchCompletionHandler: not called on 2.1.10