Ios swift – Cannot show camera permission alert again when triggering AVCaptureDevice.requestAccess again
I try to reset the camera permission by inject a .notDetermined value to AVAuthorizationStatus. And I could see in below code AVCaptureDevice.requestAccess(for: .video) is retriggered, however the camera alert is not presented again on iPhone. My question is if AVCaptureDevice.requestAccess(for:…