User install the app and tapped "Don't allow" and denied push notifications. And when the app is active, user go to system settings and grant push notification and then go back to the application.
How can I detect that settings notification permission was changed when the application is going to active and call register for push notifications?
didRegisterForRemoteNotificationsWithDeviceToken
when the registration succeeds – TaviaapplicationDidBecomeActive
register pushes? – PointblankdidRegisterForRemoteNotificationsWithDeviceToken
will be called. – Tavia