【发布时间】:2013-01-02 05:00:09
【问题描述】:
我正在制作一个 iphone Live Radio 应用程序。我的应用程序在后台模式下运行良好。但是,如果在收音机应用程序在后台模式下播放时手机响起,我的收音机就会停止。
MP AVAudioSessionDelegateMediaPlayerOnly end interruption. Interruptor <Phone> category <completed> resumable <0>, _state = 6
2013-01-02 10:26:24.487 Radio99[2527:707] MP endInterruptionFromInterruptor :: resuming playback at 1.000000
【问题讨论】:
-
[[UIApplication sharedApplication] beginReceivingRemoteControlEvents];添加此行后,它可以在 iphone 4 上运行,但在 iphone 5 上仍然无法运行。
标签: objective-c ios cocoa-touch