1.Guideline 2.5.1 - Performance - Software Requirements
Your app uses the "prefs:root=" non-public URL scheme, which is a private entity
原因:app中有跳轉(zhuǎn)系統(tǒng)應(yīng)用的功能,但是使用了 prefs:root= ,它是私有API 是被蘋果禁用的
解決:改用 UIApplicationOpenSettingsURLString 進行跳轉(zhuǎn)
2.Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
We noticed that your app requests the user’s consent to access their microphone but does not clarify the use of this feature in the permission modal alert.

原因:訪問麥克風的提示信息不足以向用戶說明我的app為什么要訪問麥克風。具體來講,之前提交只有“是否允許訪問您的麥克風”這一句話。
解決:添加藍色框中“進行語音搜索”,也就是需要告訴用戶訪問麥克風要實現(xiàn)的具體操作。
3.Guideline 2.1 - Information Needed
We have started the review of your app, but we are not able to continue because we need access to a video that demonstrates the current version of your app:
in use on a physical iOS device.
Please ensure the video you provide shows a physical iOS device (not a simulator). Specifically, please demonstrate the background audio feature(s) while the users do not use the app since your app declares support for audio in the UIBackgroundModes key in your Info.plist.

原因:我的app開啟了后臺模式,如上圖。但是審核人員并不知道為什么要開啟這個模式,就是說他在app中沒有找到相關(guān)功能的入口,需要我們上傳演示視頻。
解決:上傳演示視頻,向?qū)徍巳藛T展示為什么要開啟這個模式。
4.Guideline 2.3.7 - Performance - Accurate Metadata
Your app name or subtitle to be displayed on the App Store includes keywords or descriptors, which are not appropriate for use in these metadata items
原因:應(yīng)用名,子標題,關(guān)鍵字中有重復(fù)的描述。
解決:這個簡單,只要修改這些信息,保證它們之間互相沒有重復(fù)的詞語就可以了。