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
You need to request permission before opening a session. Use
[AVCaptureDevice requestAccessForMediaType:completionHandler:]