在 didFinishLaunchingWithOptions 中 添加 //后台读报 NSError *error = NULL; AVAudioSession *session = [AVAudioSession sharedInstance]; [session setCategory:AVAudioSessionCategoryPlayback error:&error]; if(error) { // Do some error handling } [session setActive:YES error:&error]; if (error) { // Do some error handling }
plist文件中---
时间: 2024-10-09 12:28:21