Reputation: 57
I am deleting pictures from the Photo Library using Photo Framework. When I try to delete a photo it asks for permission. Is it possible that I could get permission from the user when the app is installed?
Upvotes: 0
Views: 47
Reputation: 89202
No -- Apple asks for permission on your behalf when you call an API that requires it.
Upvotes: 1