通過下面的設置可以在靜音模式下播放聲音
[[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback withOptions:AVAudioSessionCategoryOptionAllowBluetooth error:nil];
[[AVAudioSession sharedInstance] setActive:YES error:nil];
具體詳見博客:iOS音頻掌櫃-- AVAudioSession
by:梁羽