馬甲包是利用各大市場(chǎng)規(guī)則漏洞,通過(guò)技術(shù)手段,多次上架同一款產(chǎn)品的方法。馬甲包和主產(chǎn)品包擁有同樣的內(nèi)容和功能,除了icon和應(yīng)用名稱不能完全一致,其他基本一致。
至于為什么做馬甲包,能讀這篇文章的自然也不需要我多說(shuō)什么了吧,引流、抗風(fēng)險(xiǎn)、關(guān)鍵詞覆蓋、刷榜,對(duì)于一些灰色產(chǎn)業(yè)或者用戶獲取競(jìng)爭(zhēng)激烈的行業(yè)領(lǐng)域來(lái)說(shuō),意義非凡。但是蘋果爸爸可不允許這種情況發(fā)生,馬甲包在審核環(huán)節(jié),是非常容易被拒的,畢竟破壞蘋果商店公平性的東西,是不被允許的。
當(dāng)然,我們對(duì)iOS的審核機(jī)制進(jìn)行了深入的研究和嘗試,馬甲包也是成功上架過(guò)很多了。馬甲包該如何上架呢?找我就好啦~ 哈哈哈!!言歸正傳,下文詳述。
馬甲包該如何上架
馬甲包被拒最常見(jiàn)的4.3被拒
4. 3 Design: SpamGuideline 4.3 - Design - SpamYour 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 InformationAs 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 the Apple Developer Program License Agreement. Continuing to violate the Terms & Conditions of 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 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 the Apple Developer website.You may also want to review the iOS Human Interface Guidelines for 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.HTML5 is the major new version of HTML and enables audio and video to play natively in the browser without requiring proprietary plug-ins. Using HTML5, web apps can look and behave like native iPhone and iPad apps, and using HTML5's Offline Application Cache, a web app can work even when the device is offline. With web apps, you have flexibility to deliver as much or as little functionality as you desire.To get started with iPhone or iPad web apps, please review the Safari Client-Side Storage and Offline Applications Programming Guide.For a description of the HTML elements and attributes you can use in Safari on iPhone, check out Safari HTML Reference: Introduction.
首先4.3基本是機(jī)器審,是你之前用這套源碼上過(guò)一個(gè)包,現(xiàn)在用這套代碼直接改一個(gè)logo跟名字再上一個(gè)馬甲,這種基本會(huì)直接4.3
這種情況基本要改源碼,F(xiàn)irst:文件夾的名字全部進(jìn)行修改。Second:工程都有一個(gè)class前綴, 我們要取一個(gè)長(zhǎng)一點(diǎn)的class前綴, 并且這個(gè)類前綴在你的整個(gè)工程一定是一個(gè)唯一的字符串, 我們假設(shè)這個(gè)類前綴是iosMaJiaBao, 現(xiàn)在我們需要生成一個(gè)控制器, 控制器的結(jié)尾Controller也需要用一個(gè)特定的字符去代替, 比如:Director,剩下的View以及object做法類似, 就不一一介紹了,做馬甲的時(shí)候就是把這些名字用另一個(gè)唯一的字符去代替, 盡量長(zhǎng)一點(diǎn)。Third:把另一個(gè)其他的工程中的類全部導(dǎo)入進(jìn)來(lái), 作用是混淆代碼, 在現(xiàn)有的工程中調(diào)用, 可以沒(méi)有任何效果, 只是單純相互調(diào)用而已~~~
別想著單一加垃圾代碼,沒(méi)用的?。?!
其實(shí)還有很多別的情況,下次再一一解釋并給出解決方案吧,今天有點(diǎn)懶了呢~
就醬紫,以上~ 需要看我個(gè)人資料哈