1、因第三方登录审核被拒:
Design - 4.2.3
We were required to install WeChat before we could use your app. Apps should be able to run on launch, without requiring additional apps to be installed.
Although your application contains multiple login mechanisms, users should not be required to install additional applications to log in.
Next Steps
Please revise your app to ensure that users can use it upon launch. If your app requires authentication before use, please use methods that can authenticate users from within your app.
原因:
根据以前参与的项目app也有类似审核被拒的情况,app的登录页面最好不要和第三方登录方式放在同一层级页面,这样设计不符合苹果审核规则容易,容易被拒。
解决方案:
- 第三方登录做到二级页面(上个APP类似被拒的解决方案);
- 先判断是否安装第三方应用,没有安装对应的第三方应用不显示登录的入口;
参考:
http://blog.csdn.net/yan_1564335/article/details/49364437
http://www.jianshu.com/p/7b5296d2f8cc
由于处于圣诞节前夕,itunes connect提交审核包异常,临时选择使用JSPatch热修复将第三方微信登录入口隐藏。
JSPatch
2、 苹果商品出现在应用中:
2.4 LEGAL: INTELLECTUAL PROPERTY - APPLE ENDORSEMENTS
Legal - 5.2.4
Your app includes a contest that provides Apple products as prizes. The application offered iPhone 7 as a prize.
Apps that include such offerings create a misleading association with Apple Inc.
We've attached screenshot(s) for your reference.
Next Steps
Please revise the contest, and its rules, to remove Apple products as the prizes. This will eliminate the association with Apple Inc. and the suggestion that Apple sponsors, or is otherwise involved, in the contest.
原因:
应用内涉及奖励,未声明与苹果无关
App 里有实物奖励的话,不能使用苹果产品(例如 iPhone 、iPad 等)作为奖品。另外一定要声明“奖励由本公司提供,与苹果官方无关”。