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.lxweimin.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 等)作為獎品。另外一定要聲明“獎勵由本公司提供,與蘋果官方無關”。