ios - Q. App Store 拒绝 5.1.1 数据收集

标签 ios swift app-store appstore-approval

经过 2 个月的更新,我终于在我的最后一个版本更新中遇到了这个应用商店拒绝:

Legal - 5.1.1

We noticed that your app requires users to register with personal information prior to accessing non account-based features, which does not comply with the App Store Review Guidelines. Specifically, It would be appropriate to make registry optional at launch for services that are publicly accessible on the website.

当 Instagram、LinkedIn、Pinterest 等都要求用户在查看可公开访问的内容(可从网络浏览器访问)之前先登录时,为什么我会遇到这种情况? App Store 现在对值(value)数十亿美元的应用程序有特殊处理吗?我对 Android Play 商店没有任何问题..

最佳答案

  1. Why is this happening to me

    因为您违反了 App Store Review Guidelines 的第 5.1.1.ii 节:

    5.1.1 Data Collection and Storage

    (ii) If your app doesn’t include significant account-based features, let people use it without a log-in. Apps may not require users to enter personal information to function, except when directly relevant to the core functionality of the app or required by law. If your core app functionality is not related to a specific social network (e.g. Facebook, WeChat, Weibo, Twitter, etc.), you must provide access without a login or via another mechanism. Pulling basic profile information, sharing to the social network, or inviting friends to use the app are not considered core app functionality.

  2. Instagram, LinkedIn, Pinterest, etc all require users to login first before viewing publicly accessible content (accessible from web browsers)

    Instagram、LinkedIn、Pinterest 都是具有非常“重要的基于帐户的功能”的社交网络。

  3. Is there special treatments for huge billion dollar apps now in App Store

    没有。

  4. I had no problem with Android play store..

    好吧,Android Play 商店按照自己的一套完全不相关的规则进行游戏。

关于ios - Q. App Store 拒绝 5.1.1 数据收集,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40595847/

相关文章:

iphone - 如何设置我的 Base SDK?

ios7 - iAd正在测试应用程序上运行,但不在appstore上运行时

objective-c - 从 iOS 服务检测屏幕开/关

ios - 如何在 Swift 中使用我自己的函数创建一个文件

iphone - Iphone的开发环境?

ios - 应用程序在 Debug 方案上崩溃,但在 Betta 方案上运行良好 - 多个目标

ios - 如何在 Swift 中使用键值编码获取全局常量?

ios - 撤销分发证书是否会影响 Iphone 正在审查(在苹果商店)的应用程序?

ios - Swift & SpriteKit - 如何在 GameScene 中呈现警报 View

iOS 7 : What happened to UIDocument/UIManagedDocument and iCloud?