-
Notifications
You must be signed in to change notification settings - Fork 146
background
Franken Zeng edited this page Oct 20, 2016
·
3 revisions
- 需要APP有后台执行权限,在工程Info.plist中添加后台运行模式,设置为audio。具体是添加UIBackgroundModes项,值为audio。
- 当用户点击home按钮后,播放器进入后台继续读取数据并播放音频。
- 当APP回到前台后,音频继续播放。图像渲染内容保持和音频同步。
- 如果在开启后台运行模式后,需要实现切换到后台暂停音频,需要监听相关事件并主动调用pause操作。
capabilities settings example: