Reset Permissions like Camera for iOS Apps?

confile picture confile · Mar 10, 2015 · Viewed 14.2k times · Source

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.

Answer

Gary Riches picture Gary Riches · Mar 10, 2015

Settings > General > Reset > Reset Location & Privacy.

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