IOS 本地打包后台播放音频没用 用的getBackgroundAudioManager()函数 plist里面都配置了
xcode报错
2019-02-19 10:46:36.823756+0800 apps[3128:426545] Can't end BackgroundTask: no background task exists with identifier 6 (0x6), or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.
4***@qq.com (作者)
都添加了 我是IOS离线打包的 不行 如果是测试用自定义座机 有效果么
2019-02-19 13:27
虫雪浓
可以使用自定义基座测试
2019-02-19 13:28
4***@qq.com (作者)
自定义基座打包了 测试也没效果 我是ios12的系统
xcode也添加了
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
<string>remote-notification</string>
</array>
2019-02-19 13:30