iosobjective-ciphoneswiftios-permissions

Reset Permissions like Camera for iOS Apps?


When I develop an app for iOS (iPhone/ iPad) and I need to request permissions. When I use the camera I need to request the camera permission. This can only be done once.

Is there a way to reset initial given permissions at least when I develop an app?

In this way I could check different scenarios for requesting the initial app permissions.

Note: I want to get the initial permission request popup message again.


Solution

  • Settings > General > Reset > Reset Location & Privacy.

    This will reset all location, camera and microphone permissions. It cannot be done on a per app basis.