开发者

iPhone - voice recording in background

开发者 https://www.devze.com 2023-04-03 13:29 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消