iOS Swift how do I reset/revoke app permissions from code.
I am trying to implement notification permission permission programatically. as a reverse I am also trying to find the code to revert back the permission.
iOS Swift how do I reset/revoke app permissions from code.
I am trying to implement notification permission permission programatically. as a reverse I am also trying to find the code to revert back the permission.
Once a user has granted (or denied) permissions by responding to the original permission request dialog, the only way that the permissions can be changed is by the user themselves using the device settings app.