app上架被拒4.3

第一次上架应用,代码是新的,不存在马甲包之类的结果苹果审核直接给回复了4.3进入了延迟审核等待队列

Guideline 4.3 - Design

We noticed that your app provides the same feature set as other apps submitted to the App Store; it simply varies in content or language, which is considered a form of spam.

The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.

Next Steps

  • Review the Design section of the App Store Review Guidelines.
  • Ensure your app is compliant with all sections of the App Store Review Guidelines and the Terms & Conditions of the Apple Developer Program.
  • Once your app is fully compliant, resubmit your app for review.

When creating multiple apps where content is the only varying element, you should offer a single app to deliver differing content to customers. If you would like to offer this content for purchase, it would be appropriate to use the in-app purchase API.

Alternatively, you may consider creating a web app, which looks and behaves similar to a native app when the customer adds it to their Home screen. Refer to the Configuring Web Applications section of the Safari Web Content Guide for more information.

Submitting apps designed to mislead or harm customers or evade the review process may result in the termination of your Apple Developer Program account. Review the Terms & Conditions of the Apple Developer Program to learn more about our policies regarding termination.

If you believe your app is compliant with the App Store Review Guidelines, you may submit an appeal. Alternatively, you may provide additional details about your app by replying directly to this message.

Please see attached screenshots for details.

说一下出现4.3的原因

我之前用这套代码提交了应用,由于审核被拒了(应用只有登录没有注册被认为企业内部应用,不给审核通过,让走企业开发者账号),当时想着麻烦,就把之前的包给删除了,更换了bundleId,重新打包上传,结果被拒,理由4.3进入延迟等待队列,因为4.3问题比较严重,想想是不是之前第一次提交过一个应用在苹果那边有记录(尽管我已经移除这个包了 考虑到有可能只要在Itunes connect上传苹果那边就会有记录)。更换bundleId再次提交会被苹果认为是马甲包,后来我把第一次提交的应用从构建版本中移除,重新打了一个空包上去(所谓的空包就是新建一个项目添加logo和启动页里面什么内容都没有,logo和启动页没什么要求纯白纯黑都可以)这个空白的包不用提交审核,只要在Itunes connect上传就可以了 然后再次提交更换bundleId之后的包就给审核通过了希望可以帮助大家
屏幕快照 2018-12-19 上午9.44.08.png

你可能感兴趣的:(app上架被拒4.3)