Enable / Disable push notifications within app

Is it possible to toggle the push notifications enable / disable on a settings page within the app?

On iOS will this be reflected in the Settings → Notification → App name section?

Thanks

2 Likes

@mlight as far as I know this is not possible on iOS. You should handle this by storing whether a user has enabled push notifications or not as a field on your server.

This would be a very useful feature. If someone stops notifications offline then they will continue to receive notifications until the App is opened so that the setting can be synced with server.