iOS revoke location services permission programmatically

后端 未结 1 1536
不知归路
不知归路 2021-01-29 01:57

Is there a function on CLLocationManager or UIApplication to revoke location permission that is similar to the function unregisterForRemoteNotifi

相关标签:
1条回答
  • 2021-01-29 02:12

    Once a user has granted (or denied) location 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.

    You can just not use location services even though your app still has permission to do so.

    0 讨论(0)
提交回复
热议问题