查看歷史被拒記錄
把下方鏈接中的“你的 apple ID”替換成你的Apple ID
https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/ng/app/”你的 apple ID“/platform/iOS/resolutioncenter
1.UIWebView棄用
Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more
打開terminal, cd到項(xiàng)目根目錄惫撰,執(zhí)行:
grep -r UIWebView
即可找去項(xiàng)目中包含UIWebView的地方
2.要求不登錄注冊(cè)也能看到通用界面
Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage
We noticed that your app requires users to register or log in to access features that are not account-based.
Next Steps
To resolve this issue, please revise your app to let users freely access your app’s non account-based features.
Apps may not require users to enter personal information to function, except when directly relevant to the core functionality of the app or required by law.
You should allow users to freely access your app’s non account-based features. For example, an e-commerce app should let users browse store offerings and other features that are not account-based before being asked to register, or a restaurant app should allow users to explore the menu before placing an order. Registration must then only be required for account-specific features, such as saving items for future reference or placing an order.
解決方法1. 修改代碼润绎,展示通用界面比如首頁莉撇,登點(diǎn)購物車惶傻,個(gè)人中心,再談登錄提醒涂佃。
2.直接回復(fù)必須登錄的原因辜荠,只要合理抓狭,也是能通過的。