Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove iOS7 Microphone permission in order to test permission decline

New in iOS7 (I believe) the user must give permission for the app to use the microphone. This is a similar request as when the app wants to get location information.

I was asked once for permission. Now, I'd like to test my app to see how it reacts when the user declines this permission. I've deleted the app from the phone, but I'm not asked for permission again.

Any idea how to clear this permission over and over so that I may test when this permission is requested and how the app reacts when it's denied.

like image 446
braden Avatar asked Mar 04 '14 19:03

braden


1 Answers

Settings > General > Reset > Reset Location and Privacy

like image 143
braden Avatar answered Oct 17 '22 08:10

braden