ios 后台语音播报被拒

 

发件人 Apple
2. 5 Performance: Software Requirements
Guideline 2.5.4 - Performance - Software Requirements


Your app declares support for audio in the UIBackgroundModes key in your Info.plist but did not include features that require persistent audio.

Next Steps

The 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.

 

项目需求  程序在后台的时候需要有语音播报 提醒用户  我用了10.0以后才有的noticification service 非常好用  过程也很顺利 最后到审核的时候  直接被拒  就是上面的这个原因 网上说录个视频 说明一下这个功能  我录完之后  把链接也添加到备注里面了 但是还是被拒 被拒的原因还是这个  当时一脸懵啊  这是咋回事  后来问了群里的大神 说是后台常驻的问题  直接把这个关掉就好了 

ios 后台语音播报被拒

以前开这个是因为早iOS10之前没有拓展功能  需要把这个打开  不让程序死掉  不然接受不到  所以果断的把这个关掉