If the user declined the push notification permission, the app will not be able to ask for the permission again.
I want to add a button that can programatically open the notification settings screen so that the user can enable it manually.
With UIApplicationOpenSettingsURLString, I'm able to open the following screen:
https://i.imgur.com/AWjKUyq.png
However, it'd be better if the following screen can be opened directly instead to skip an unnecessary interface navigation:
https://i.imgur.com/f2dW24L.png
I believe it's not currently possible to do this?
Where should I submit an iOS feature request that will reach the iOS core developers?