提交审核被拒记录

查看历史被拒记录
把下方链接中的“你的 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到项目根目录,执行:
grep -r UIWebView
即可找去项目中包含UIWebView的地方

2.要求不登录注册也能看到通用界面

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. 修改代码,展示通用界面比如首页,登点购物车,个人中心,再谈登录提醒。
2.直接回复必须登录的原因,只要合理,也是能通过的。

3.有抽奖活动要突出与苹果公司无关。

你可能感兴趣的:(提交审核被拒记录)