标签: ios cocoa mpnowplayinginfocenter mpremotecommandcenter
我正在尝试开发一个显示锁屏媒体控件的应用(MPRemoteCommandCenter和MPNowPlayingInfoCenter)。 棘手的部分是,我不是在手机上播放媒体,而是在远程服务器上播放(例如 Google强制)。
MPRemoteCommandCenter
MPNowPlayingInfoCenter
我设法通过在手机上播放一个显示锁屏控制的静音音频文件来做到这一点,但它感觉不是一个好的解决方案(不必要的电池耗尽)。
是否可以在手机上没有播放任何内容的情况下显示这些控件?