Changes

Jump to: navigation, search

Recording Audio on iOS 8 with AVAudioRecorder in Swift

31 bytes added, 04:44, 10 November 2016
Configuring the Microphone Usage Description
== Configuring the Microphone Usage Description ==
<htmlet>adsdaqbox_flow</htmlet>
Access to the microphone from within an iOS 10 app is considered to be a potential risk to the privacy of the user. When an app attempts to access the microphone, the operating system will display a warning dialog to the user seeking authorization for the app to proceed. Included within the content of this dialog is a message from the app providing justification for using the microphone. This text message must be specified within the Info.plist file using the NSMicrophoneUsageDescription key. The absence of this key will result in the app crashing at runtime.

Navigation menu