iPhone - voice recording in background
I'm using AVAudioRecorder and able to record voice of the user. But开发者_JAVA百科 how can I countinue recording the voice when the app goes to background also?
Honestly, it is allowed, you should set the key UIBackgroundModes
's value to audio
in the application's Info.plist
file.
精彩评论