Reputation: 657
Suppose if the User selected Don't Allow option unfortunately in push notification, then is there any way to programmatically alert the user with the same message instead of redirecting it to settings page. Is this possible if yes, please let me know how to make it work.
Upvotes: 0
Views: 249
Reputation: 7936
Unfortunately it's not possible as stated here:
The first time that your app launches and calls the requestAuthorizationWithOptions:completionHandler: method, the system prompts the user to grant or deny the requested interactions. Because the system saves the user’s response, calls to this method during subsequent launches do not prompt the user again.
Upvotes: 1