1.Your app has the UIFileSharingEnabled key set to true in the Info.plist, but the Documents folder includes files and folders not intended for file sharing.
Next Steps
To resolve this issue, please move all files that are not intended for user access via the file sharing feature to another part of your app's sandbox. When file sharing is enabled, the entire Documents folder is used for file sharing.
Your app has the UIFileSharingEnabled key set to true in the Info.plist, but we were not able to share files from your app.
Next Steps
If your app does not require the file sharing feature, please set the UIFileSharingEnabled key in the Info.plist to false.
這個是我項(xiàng)目使用了app的文檔共享功能,發(fā)布描述的時候沒有說明為何使用它。當(dāng)然絕多數(shù)的應(yīng)用不需要文檔共享,直接刪除那條屬性(Application supports iTunes file sharing)就好了,由于我的項(xiàng)目里面用到了itunes從電腦導(dǎo)入視頻到我們App里,使用我們App內(nèi)部播放器播放的功能,所以必須用這個,被拒之后,我在備注信息里標(biāo)注我使用這個功能原因,并在附件上上傳使用itunes導(dǎo)入視頻到我的App內(nèi)部的操作錄制視頻,蘋果大大給過了~
2.We noticed that your app requests the user’s consent to access their camera but does not clarify the use of this feature in the permission modal alert.
Please see attached screenshots for details.
Next Steps
To resolve this issue, please revise the permission modal alert to specify why the app is requesting access to the user's camera.
因?yàn)檫@個問題,我們連續(xù)被拒兩次了,第一次是因?yàn)樵L問相機(jī)權(quán)限功能沒描述清楚,因此我改了描述為:開啟相機(jī)描述,以便您拍照上傳頭像,第二次還是被拒,但是我覺得描述已經(jīng)蠻清楚了,這次沒有改描述重新出包,而是回復(fù)了被拒的郵件,說明我們這個權(quán)限描述已經(jīng)標(biāo)明功能使用,這次過了
3.Guideline 3.2.2 - Business - Other Business Model Issues - Unacceptable
The 應(yīng)用推薦(游戲) feature in your app displays or promotes third-party apps, which is not appropriate for the App Store.
Next Steps
To resolve this issue, please remove the 應(yīng)用推薦 feature from your app.
Please see attached screenshots for details.
這個問題,是因?yàn)轫?xiàng)目里的應(yīng)用推薦,實(shí)則是游戲推薦界面UI,進(jìn)入游戲詳情,點(diǎn)擊下載,則跳轉(zhuǎn)AppStore下載游戲,蘋果不允許這樣做,由于業(yè)務(wù)需求,只能審核期間隱藏入口,審核通過再打開啦~