In my app I'm recording audio with AVAudioRecorder
and can't seem to find any solution to detect if user disabled usage of microphone for the app in Settings. When the microphone is disabled an instance of AVAudioRecorder
created successfully, methods prepareToRecord
and record
return YES
, no delegate methods detect an error. Everything looks fine except that nothing is recorded eventually. So is there any chance to detect that?
Asked
Active
Viewed 210 times
0

Andrey Chernukha
- 21,488
- 17
- 97
- 161
-
1http://stackoverflow.com/a/18839838/2982796 – William George Jul 31 '14 at 09:19
-
possible duplicate of [How to detect microphone input permission refused in iOS 7](http://stackoverflow.com/questions/18625738/how-to-detect-microphone-input-permission-refused-in-ios-7) – William George Aug 07 '14 at 17:01