Reputation: 63
I have searched a lot but could not find any relevant answer to my question. We can ask for permission in IOS and further use in it our application . but my simple question is, can we turn off permission programmatically? I know it could be done in device settings but i want to do it in my app setting. I am working on app in which i have to control my app permissions in my app settings.
Upvotes: 0
Views: 787
Reputation: 17186
You can not. Programatically you can not override user's decision. If you do not want specific things, you should not ask for its permission.
Upvotes: 1