1.IDFA
之前因為要獲取一下設備ID 所有隨手打印了一下, 結(jié)果上架的時候沒有選擇IDFA.
NSString *adId = [[[ASIdentifierManager sharedManager] advertisingIdentifier] UUIDString];
從2014年2月初開始隔显,Apple開始拒絕采集IDFA(identifier for advertising)而未集成任何廣告服務的應用進入AppStore。
上傳的時候有一個選項是問是否有廣告 我們選擇了否 但是代碼里卻有這個類 和打印 ,所以還沒提交 蘋果就直接給拒絕了.所以以后上架APP建議最好是先自我檢查一下.
2.是否包含付費內(nèi)容和服務
拒絕原因:
應用必須使用邀請碼才能注冊使用
蘋果要求應用不能限制只有部分用戶可以使用。
因為產(chǎn)品的注冊需要一個邀請碼,通過這個邀請碼加入不同的公司(組織).并不需要付費.但是之前并沒有說明,導致蘋果認為我們是收費的服務.蘋果發(fā)給我們被拒原因,我們一一回復,等消息中...
- Does your app access any paid content or services?
- What are the paid content or services, and what are the costs?
- Who pays for the content or services?
- Where do they pay, and what’s the payment method?
- If users create an account to use your app, are there fees involved?
推薦一位大神16年3月份寫的一些被拒原因
http://www.cnblogs.com/sugeladi/p/5229970.html