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?