I made push notification for iOS according to my app requirement. If I want to manually turn off the push notifications, I will go to Settings and click the Notification off then Notifications are off.
But I want to implement notifications settings functionality inside the app. This means I'm going to my app menu and click the settings button and off the notifications. Then push notifications should get turned off. Is it possible to put the push notifications settings functionality inside the app for notifications are on/off?
To unregister for remoteNotification you can use
When you again want to register then follow standard approach.
But you can't change in settings programatically.