gpt4 book ai didi

ios - MPNowPlayingInfoCenter 适用于模拟器,但不适用于设备

转载 作者:行者123 更新时间:2023-12-01 16:30:04 25 4
gpt4 key购买 nike

我在我的应用程序中使用 AVPlayer。MPNowPlayingInfoCenter 适用于模拟器。但在真实设备上,它不适用于控制屏幕音乐播放/暂停按钮。

最佳答案

要启用远程控制事件,您应该使用 beginReceivingRemoteControlEventsUIApplication .例子:

UIApplication.sharedApplication().beginReceivingRemoteControlEvents()

如果在某个时候您想停止接收事件,请调用:
UIApplication.sharedApplication().endReceivingRemoteControlEvents()

要处理远程事件,您应该实现 remoteControlReceivedWithEvent :
override func remoteControlReceivedWithEvent(event: UIEvent) {
// Your implementation
}

关于ios - MPNowPlayingInfoCenter 适用于模拟器,但不适用于设备,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32284001/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com