Prevent AVCaptureSession from crashing once user toggles Camera privacy settings

不问归期 提交于 2019-12-05 13:21:36

No, there is nothing to do about this; this behavior will always cause the app to crash. The same thing occurs when you enable/disable Privacy options for letting an app search the iOS contact book, etc. If the user declines the initial Privacy request, and minimizes the app and goes to the Settings app and changes the Privacy setting, you will see that the app relaunches the next time you come back to it. This occurs any time you make a change to a Privacy setting for your respective app.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!