In my iOS application, I access the user's photo gallery. The first time a user does this, he asks them for permission. Some of my users reported a crash for the first time due to a permission request, but on subsequent attempts it works fine.
To verify this myself, I need to remove the permission from my iPad and request it again. Is there a way to do this either through the iPad / iPhone or through code?
source share