0

Is ti some how possible to disable IOS notifications from inside my app? I need this because my app has some settings with on/off of notifications, and when the user turns notifications off I wold like to change the phone settings of my app to set the notifications to off.

Manuel_Rodrigues
  • 560
  • 2
  • 18

1 Answers1

0

It's not possible the disable the app's notification settings programmatically.

You can only redirect the user to the Settings app.

Code
  • 6,041
  • 4
  • 35
  • 75