Reset Permissions like Camera for iOS Apps?

前端 未结 5 427
遇见更好的自我
遇见更好的自我 2020-12-29 19:05

When I develop an app for iOS (iPhone/ iPad) and I need to request permissions. When I use the camera I need to request the camera permission. This can only be done once.

5条回答
  •  情话喂你
    2020-12-29 19:54

    Another way around this is to change your bundle id. With each new bundle id you provide, it is like a fresh install of the app. Remember to change it back to the original bundle id after testing :)

提交回复
热议问题