Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在商店中有一个应用程序需要在后台模式下播放音乐。现在随着 iOS5.1 的发布,当设备被锁定/移动到后台时,音乐停止。我查看了发行说明,没有发现任何相关内容....有什么想法吗?
在您的 app.plist 中,您需要指定您的应用将在后台播放音频。对于键“必需的背景模式”,添加一个值“应用程序播放音频”。请注意,该键的原始名称是 UIBackgroundModes,您需要在该数组中插入的值是“音频”。