Your app declares support for audio in the UIBackgroundModes key in your Info.plist but did not include features that require persistent audio.Next StepsThe audio key is intended for use by apps that provide audible content to the user while in the background, such as music player or streaming audio apps. 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.ResourcesIf you have difficulty reproducing a reported issue, please try testing the workflow described in Technical Q&A QA1764: How to reproduce bugs reported against App Store submissions.If you have code-level questions after utilizing the above resources, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:
- complete details of your rejection issue(s)
- screenshots
- steps to reproduce the issue(s)
- symbolicated crash logs - if your issue results in a crash log
以上是被拒原因

解决方案 »

  1.   

    ios只允许有限的几种模式可以在后台运行,包括音乐,voip语音,定位,资源下载,airplay等等
    你应该是采用的了音乐播放的方式进行后台运行,但是没有实现相应的音乐播放功能
      

  2.   

    我是设置里面有一个是否被js调用播放音频的开关,用户只能控制这一个,不能控制音频的播放,暂停,苹果是说我在plist加了后台播放音频的字段,进入后台却没有一个让用户控制的界面,录一个真机演示视频发给苹果人员,再到描述里说清楚就好了