Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Calendar Access Permission Dialog, force it to appear?

I've written an app that requests access to the iPad's calendar. Under iOS 6, a system dialog appears that asks the user if that's okay.

Problem is, I can't replicate that situation once it's happened. For testing purposes, I want to force that dialog to come up consistently. Instead, the OS caches previous settings and doesn't bring up the dialog again. This is still the case even if I delete the app off the iPad and re-install. (Changing the app name and bundle fixes the problem, but I don't want to do that every time I test.)

Does anyone know how to force this to appear?

Thanks.

like image 386
Greg Maletic Avatar asked Nov 29 '12 21:11

Greg Maletic


2 Answers

Settings > General > Reset > Reset Location and Privacy

like image 101
Greg Maletic Avatar answered Oct 14 '22 01:10

Greg Maletic


You can Reset Location and Privacy as suggested by Greg Maletic but if you do not want to reset all your apps, you can just change the bundle identifier of your app.

like image 34
0xced Avatar answered Oct 14 '22 01:10

0xced