1. 程式人生 > >ios 後臺語音播報被拒

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 非常好用  過程也很順利 最後到稽核的時候  直接被拒  就是上面的這個原因 網上說錄個視訊 說明一下這個功能  我錄完之後  把連結也新增到備註裡面了 但是還是被拒 被拒的原因還是這個  當時一臉懵啊  這是咋回事  後來問了群裡的大神 說是後臺常駐的問題  直接把這個關掉就好了 

以前開這個是因為早iOS10之前沒有拓展功能  需要把這個開啟  不讓程式死掉  不然接受不到  所以果斷的把這個關掉