You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UARegistrationDelegate's notificationRegistrationFinishedWithOptions:categories:
is now called with the user opted in options instead of the requested types. Fixed
this method being called before the user has a chance to accept permissions on iOS 8 & 9.
Fixed UARegistrationDelegate's notificationAuthorizedOptionsDidChange: being
initially called with the wrong value and not being called when types go from undetermined
to none.
Behavior Changes
Authorized notification option will be checked when the application wakes up in
the background.