I need to prompt user for microphone permissions, if my app does not have it. It is a view controller that record video using AVCaptureSession. I have found how to do it using AvAudioSession:
How to detect microphone input permission refused in iOS 7
But is it possible to do the same with AvCaptureSession in order to record video?
- Detect if user has granted microphone permissions
- If not, ask again for permissions
Thanks