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.
原因:
根據(jù)以前參與的項目app也有類似審核被拒的情況,app的登錄頁面最好不要和第三方登錄方式放在同一層級頁面,這樣設(shè)計不符合蘋果審核規(guī)則容易,容易被拒。
解決方案:
- 第三方登錄做到二級頁面(上個APP類似被拒的解決方案);
- 先判斷是否安裝第三方應(yīng)用,沒有安裝對應(yīng)的第三方應(yīng)用不顯示登錄的入口;
參考:
http://blog.csdn.net/yan_1564335/article/details/49364437
http://www.itdecent.cn/p/7b5296d2f8cc
由于處于圣誕節(jié)前夕,itunes connect提交審核包異常,臨時選擇使用JSPatch熱修復(fù)將第三方微信登錄入口隱藏。
JSPatch
- OC -> javascript 代碼轉(zhuǎn)換工具,但是不支持C函數(shù)和block轉(zhuǎn)換
- jspatch 基礎(chǔ)用法
- jspatch C函數(shù)支持
- javascript 語法檢查器
2、 蘋果商品出現(xiàn)在應(yīng)用中:
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.
原因:
應(yīng)用內(nèi)涉及獎勵,未聲明與蘋果無關(guān)
App 里有實物獎勵的話,不能使用蘋果產(chǎn)品(例如 iPhone 、iPad 等)作為獎品。另外一定要聲明“獎勵由本公司提供,與蘋果官方無關(guān)”。