Search code examples
iosobjective-cpush-notificationmute

How to mute push notification when we press mute button


I'm developing app in objective-c and I'm planning to add functionality of mute in it. how to make app push notifications mute on button press and unmute as well after clicking on button.


Solution

  • This is not possible. You can read the user`s Push Notification settings, but can´t set them from your app.