Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 6 remove address book permission entry

So with the new iOS 6 i understand we're suppose to call

ABAddressBookRequestAccessWithCompletion

when we want to access the user's address book.

I wrote some new code in the code block that comes after it and want to test the functionality of that code in regards to how the user responds to the popup asking for permissions.

However I have already called it once and now the permission is stuck on my device, and that popup will never come up since the permission is already there on the phone.

I have gone into Privacy > Contacts and setting it on and off, neither will get the popup to appear. So is there a way for me to right out remove the permission entry in the Privacy section?

like image 711
user1289479 Avatar asked Oct 18 '12 18:10

user1289479


1 Answers

Navigate to Settings->General->Reset->Reset Location & Privacy

like image 84
rocky Avatar answered Nov 01 '22 19:11

rocky