Satyam
Satyam

Reputation: 15894

iPhone - voice recording in background

I'm using AVAudioRecorder and able to record voice of the user. But how can I countinue recording the voice when the app goes to background also?

Upvotes: 1

Views: 927

Answers (1)

holex
holex

Reputation: 24041

Honestly, it is allowed, you should set the key UIBackgroundModes's value to audio in the application's Info.plist file.

Upvotes: 4

Related Questions