iOS Camera permissions doesn't appear under settings in some devices

前端 未结 5 1384
南笙
南笙 2021-02-14 16:00

I\'m having some issues trying to use the camera. The problem is that some devices show me the Camera entry under settings, and some others don\'t. In those devices where the Ca

5条回答
  •  耶瑟儿~
    2021-02-14 16:51

    You need to request permission before opening a session. Use

    [AVCaptureDevice requestAccessForMediaType:completionHandler:]
    

提交回复
热议问题