iOS审核的那些事儿

Guideline 1.2 - Safety - User Generated Content

1.2礼包是社区类app(包含发帖,即时通讯啊)的常见问题。
一般再经过几次审核来回后,苹果就会给出详细的要求

Your app enables the display of user-generated content but does not have the proper precautions in place. Specifically, there was no mechanism for users to block abusive users(屏蔽用户/拉黑用户/黑名单).

Next Steps

To resolve this issue, please revise your app to implement all of the following precautions:

  • Require that users agree to terms (EULA) and these terms must make it clear that there is no tolerance for objectionable content or abusive users
  • A method for filtering objectionable content
  • A mechanism for users to flag objectionable content(举报)
  • A mechanism for users to block abusive users(屏蔽用户/拉黑用户/黑名单)
  • The developer must act on objectionable content reports within 24 hours by removing the content and ejecting the user who provided the offending content
你的app支持显示用户生成的内容,但没有适当的预防措施。具体点就是没有机制阻止用户滥用此功能(屏蔽用户/拉黑用户/黑名单)。
为了解决这个问题,请修改你的app,实现以下所有的预防措施:
- 要求用户同意条款(EULA),这些条款必须明确表示,不容忍令人反感的内容或滥用用户
- 有过滤不良内容的方法
- 用户标记不受欢迎内容的机制(举报)
- 阻止用户滥用功能的机制(屏蔽用户/拉黑用户/黑名单)
- 开发人员必须在24小时内删除令人反感的内容报告,并将提供违规内容的用户驱逐出去

总结起来就是关于帖子、动态等内容需要有举报(更为严谨可以标记不喜欢,以后内容就不出现)。
关于用户需要有举报,拉黑,屏蔽。


Guideline 2.1 - Performance - App Completeness

Your app or its metadata does not appear to include final content.

您的app不是最终的完整版本

有可能某个功能页空白,或者某个功能暂时没开放。这种情况的话直接把页面入口屏蔽掉,不完整的功能不显示。


Guideline 4.2.3 - Design - Minimum Functionality

We were required to install the WeChat app before we could log in via WeChat. Users should be able to log in with WeChat and access their accounts without having to install any additional apps.

我们需要安装微信才能通过微信登录。用户应该能够使用微信登录并访问他们的帐户,而不需要安装任何额外的app。

此问题常见于微信登录,审核人员用的iPad是没有微信的,所以会走没有安装微信的代码,例如弹框提示或者不响应。这是会被拒的。官方希望你能去safari验证登录,但是我没有深究,觉得挺复杂。
所以直接采用没有安装微信就不显示微信登录按钮,或者后台控制是否显示按钮(我是同时采用)。

Guideline 2.1 - Information Needed

This type of app has been identified as one that may violate one or more of the following App Store Review Guidelines. Specifically, these types of apps often:

1.1.6 - Include false information, features, or misleading metadata
2.3.0 - Undergo significant concept changes after approval
2.3.1 - Have hidden or undocumented features, including hidden "switches" that redirect to a gambling or lottery website
3.1.1 - Use payment mechanisms other than in-app purchase to unlock features or functionality in the app
3.2.1 - Do not come from the financial institution performing the loan services
4.3.0 - Are a duplicate of another app or are conspicuously similar to another app
5.2.1 - Were not submitted by the legal entity that owns and is responsible for offering any services provided by the app
5.2.3 - Facilitate illegal file sharing or include the ability to save, convert, or download media from third party sources without explicit authorization from those sources
5.3.4 - Do not have the necessary licensing and permissions for all the locations where the app is used

这种类型的应用程序已被确定为可能违反以下一项或多项应用商店评论指南。具体来说,这些类型的应用程序往往
1.1.6 - 包含虚假信息,功能或误导性元数据。
2.3.0 - 批准后进行重大的概念变更
2.3.1 - 隐藏或未记录的功能,包括重定向到赌博或彩票网站的隐藏的“开关”
3.1.1 - 使用应用程序内购买以外的支付机制解锁应用程序中的功能或功能
3.2.1 - 没有提供来自金融机构的贷款服务
4.3.0 - 是另一个应用程序的副本或显着类似于另一个应用程序
5.2.1 - 没有由拥有和负责提供应用程序提供的任何服务的法律实体提交
5.2.3 -促进非法文件共享,或包括从第三方来源保存、转换或下载媒体的能力,而无需这些来源的明确授权
5.3.4 - 没有使用应用程序的所有位置的必要许可和权限
在我们继续审核之前,请确认此应用不违反以上任何一条准则。您可以在“解决方案中心”或iTunes Connect中的“应用程序评论信息”部分回复此消息,以验证此应用程序的合规性。
鉴于这种类型的应用程序倾向于违反上述准则,这一审查将需要更多的时间。如果我们发现此应用程序在任何时候违反了这些准则,该应用程序将被拒绝并从App Store中删除,并可能导致您的Apple开发人员计划帐户被终止。
如果您选择重新提交此应用程序而未确认此应用程序的合规性,则此应用程序的下一次提交仍需要较长的审阅时间。此外,这个程序将不会有资格加快审查,直到我们收到您的确认。

搜了下2.1大礼包相关,很多小伙伴上线的,不管有没有以下问题,都会被拒一次,且都是一样内容,于是查了以下解决方法。

感谢您对我们的app的耐心审核, 对于您提到的我们可能违反的9个审核条款, 我们研发团队经过认真自查和研究, 并且将任何一点的违反可能都进行修改:
1.1.6:我们绝对没有包含任何的虚假信息和误导用户的功能,全都是真实的。
2.3.0:我们没有在通过后修改任何概念和功能。
2.3.1:我们没有指向任何赌博或彩票的网站的途径。
3.1.1:我们App内都是使用的苹果内购,并没有使用任何第三方支付。(根据实际情况作答)
3.2.1:我们没有来自金融机构提供的贷款服务。
4.3.0:我们的App内容不存在抄袭或者大量相似。
5.2.1:我们的App并没有法人实体和版权的风险。
5.2.3:我们不具备促进非法文件共享的能力,也不具备从第三方来源保存、转换或下载媒体的能力。
5.3.4:我们的App定位功能用在XXX页面。如果点击“允许”以允许访问,则会XXXXXX。若不允许,则会显示定位失败。(根据实际情况作答)

你可能感兴趣的:(iOS审核的那些事儿)