ios審核4.3被拒?別擔(dān)心這幾步讓你的App順利過審-創(chuàng)新互聯(lián)

最近有許多開發(fā)者遇到了因?yàn)閷徍藯l款 4.3(后文統(tǒng)一簡稱 4.3)審核條款 4.3(后文統(tǒng)一簡稱 4.3),這種情況 常見于大家上傳重復(fù)應(yīng)用的時候,因?yàn)锳pp Store 已經(jīng)有了很多相似的應(yīng)用 而被打回,今天我們來分享下 4.3 被拒的處理方法!

創(chuàng)新互聯(lián)公司堅(jiān)持“要么做到,要么別承諾”的工作理念,服務(wù)領(lǐng)域包括:成都網(wǎng)站設(shè)計(jì)、做網(wǎng)站、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣等服務(wù),滿足客戶于互聯(lián)網(wǎng)時代的金山網(wǎng)站設(shè)計(jì)、移動媒體設(shè)計(jì)的需求,幫助企業(yè)找到有效的互聯(lián)網(wǎng)解決方案。努力成為您成熟可靠的網(wǎng)絡(luò)建設(shè)合作伙伴!

4.3 被拒的郵件如下: Guideline 4.3 - Design - Spam Your app duplicates the content and functionality of apps submitted to the App Store, which is considered a form of spam. Apps that simply duplicate content or functionality create clutter, diminish the overall experience for the end user, and reduce the ability of developers to market their apps. You will experience a delayed review process if you deliberately disregard the App Store Review Guidelines, ignore previous rejection feedback in future app submissions, or use your app to mislead or deceive users. Important Information As a result of violating this guideline, your app’s review has been delayed. Future submissions of this app, and other apps associated with your Apple Developer account, will also experience a delayed review. Deliberate disregard of the App Store Review Guidelines and attempts to deceive users or undermine the review process are unacceptable and is a direct violation Section 3.2(f) of theApple Developer Program License Agreement. Continuing to violate theTerms & Conditionsof the Apple Developer Program will result in the termination of your account, as well as any related or linked accounts, and the removal of all your associated apps from the App Store. We want to provide a safe experience for users to get apps and a fair environment for all developers to be successful. If you believe we have misunderstood or misinterpreted the intent of your app, you may submit an appeal for consideration or provide additional clarification by responding directly to this message in Resolution Center in iTunes Connect. For app design information, check out the following videos:"Best Practices for Great iOS UI Design"and"Designing Intuitive User Experiences,"available on theApple Developerwebsite. You may also want to review theiOS Human Interface Guidelinesfor more information on how to create a great user experience in your app. If you cannot - or choose not to - revise your app to be in compliance with the App Store Review Guidelines, you may wish to build an HTML5 web app instead. You can distribute web apps directly on your web site;the App Store does not accept or distribute web apps. For more information about creating web apps, refer to theConfiguring Web Applicationssection of the Safari Web Content Guide. For a description of the HTML elements and attributes you can use in Safari on iPhone, check outSafari HTML Reference: Introduction.

第一個處理方法:修改元數(shù)據(jù)內(nèi)容 ①修改應(yīng)用程序價(jià)格,打造與原產(chǎn)品不同的價(jià)格級別; ②修改應(yīng)用程序發(fā)布地區(qū),打造與原產(chǎn)品不同的售賣地區(qū)或分不同地區(qū)運(yùn)營; ③修改產(chǎn)品分類,打造與原產(chǎn)品不同的產(chǎn)品側(cè)重屬性分類; ④回復(fù)蘋果產(chǎn)品設(shè)計(jì)理念等,表述產(chǎn)品情懷,希望打造獨(dú)一無二的產(chǎn)品,比如功能目前會跟其他類似,會有相同情況;然后提出產(chǎn)品內(nèi)某功能加以細(xì)節(jié)性說明,比如功能在市場上其他人還沒做等等(此做法請慎重,描述好了 ok,描述差了打臉)。 修改后回復(fù)內(nèi)容可參考以下內(nèi)容: 尊敬的蘋果開發(fā)者審核, 您好,針對于貴方提出的 4.3 相關(guān)問題,我方目前已修改“地區(qū)/售價(jià)/分類”,主要目的在于針對不同的人群屬性做運(yùn)營方面的區(qū)分,我們希望給予用戶不同的產(chǎn)品體驗(yàn),包括應(yīng)用程序內(nèi)的功能側(cè)重點(diǎn),展現(xiàn)給用戶的內(nèi)容等等;希望貴方能重新審核,及時給予我方 App 通過審核并發(fā)布至 App Store。 誠摯的問候!

第二個處理方法:修改 App 二進(jìn)制代碼 ①升級 version,升級一個版本號提交審核; ②換 bundle id,換一個包再提交審核; ③換開發(fā)者賬號,換不同賬號提交審核; ④修改素材及 UI 色調(diào)等,修改 logo,修改主色調(diào); ⑤修改功能界面等,此處可改功能也可做小開關(guān); ⑥添加垃圾代碼或者注釋塊,此處主要防蘋果機(jī)審掃描。

順便說下,蘋果的三種審核機(jī)制! 1,預(yù)審核--- 掃描api,及plist文件字符缺失等;此處分兩步,第一步為上傳時蘋果Application Loador等應(yīng)用對于適配icon等的檢查,第二步為上傳后蘋果的功能性檢查,例如配置了Push功能但有缺失或者未打開功能,則會郵件提示等等; 2,機(jī)審--- 此處掃描支付SDK等,及馬甲情況,機(jī)器掃描主要看代碼塊,可參考百度蜘蛛抓取網(wǎng)站模塊原理;如遇部分無法過機(jī)審情況可嘗試加速繞過機(jī)審(不是100%成功); 3,人工審核--- 此處主要檢測功能或者App體驗(yàn)測試,例如用測試賬號登錄App體驗(yàn)功能,或其他是否明顯bug等,ipv6也在此處檢測;

注:需要緊急解決4.3問題 加QQ:250339263@qq.com

ios審核4.3被拒? 別擔(dān)心 這幾步讓你的 App 順利過審

更多相關(guān)內(nèi)容:

ios 4.3審核為什么會被拒

ios 4.3審核被拒絕的原因有哪些

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場景需求。

新聞標(biāo)題:ios審核4.3被拒?別擔(dān)心這幾步讓你的App順利過審-創(chuàng)新互聯(lián)
標(biāo)題來源:http://muchs.cn/article24/cshjce.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供用戶體驗(yàn)、網(wǎng)站設(shè)計(jì)、網(wǎng)站制作標(biāo)簽優(yōu)化、關(guān)鍵詞優(yōu)化靜態(tài)網(wǎng)站

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

搜索引擎優(yōu)化

網(wǎng)站設(shè)計(jì)公司知識