使用在线打包方式提交到appstore后遭拒。
Details Your app declares support for audio in the UIBackgroundModes key in your Info.plist but did not include features that require
怎样才能默认不设置UIBackgroundModes的audio选项呢,现在在线打包会默认在Info.plist上加入该选项。
- 发布:2015-09-29 11:26
- 更新:2015-10-15 12:00
- 阅读:11181
最佳回复
此问题已修复,9.30号晚上已更新云端打包机,碰到此问题的同学请重新打包后再提交到AppStore。
问题原因
云端打包机再应用的Info.plist文件默认添加了允许应用后台播放音频功能描述信息,而实际应用中却没有调用音频的相关API。
另外需要检查下manifest.json文件,是否设置了后台播放音乐功能:
参考iOS切换到后台支持音乐播放功能
我也遇到了这个问题,被拒绝了2次,请问你解决了吗?
同样的问题,被拒。
=============================================================
Your app declares support for audio in the UIBackgroundModes key in your Info.plist, but we were unable to play any audible content when the application was running in the background.
Next Steps
The audio key is intended for use by applications that provide audible content to the user while in the background, such as music player or streaming audio applications. Please revise your app to provide audible content to the user while the app is in the background or remove the "audio" setting from the UIBackgroundModes key.
Fly_k (作者)
哈哈,是9.30晚上吧
2015-10-08 22:01