Reputation: 4345
I'm attempting test an app that uses push notifications. I would like to test the result of various scenarios that result from the user selecting either "allow" or "don't allow" from the intital dialog that appears. However, I am only shown this dialog once.
Even after I delete the app from the device, from the organizer, from itunes, and clean the project, it will not show me this dialog when I reinstall. How can I get this app erased so I can receive this dialog again?
Upvotes: 1
Views: 234
Reputation: 25318
You have to wait for 24 hours to get iOS to remove all data and settings from the device, if you have a special development device (which you should have, by the way), an easier way is probably to simply make a clean install of iOS in Xcode (it doesn't work if you restore your device, so that might not be an option if you use the device not only for development)
Upvotes: 2