ios - 处理 Apple 的 "Data use & sharing"警告消息的推荐方法是什么?

标签 ios app-store appstore-approval

我刚收到 Apple 发来的邮件

"Data use & sharing" : Your app uses analytics software to collect and send user or device data to a third party without the user's consent. Apps must request explicit user consent and provide a clear visual indication when recording, logging, or otherwise making a record of user activity. This includes any use of the device camera, microphone, or other user inputs.

For your app to remain available on the App Store, you must remove any code, frameworks, or SDKs that collect, record or share a users data and resubmit your app for review.

请告诉我们推荐的处理方式是什么,

我的建议:

  1. 我们能否只删除数据跟踪(仅用于分析和统计,这是业务的关键)第 3 方 SDK?
    (或)
  2. 只需添加权限警报,说明我们正在收集某某权限和跟踪信息的信息?

最佳答案

Apple 已开始打击通过用户输入、屏幕录制等方式跟踪用户事件的应用程序。
使您的应用程序获得批准的最佳方法是删除任何跟踪用户事件的代码或第三方 sdk。我今天通过删除第三方库重新提交了一个应用程序,它立即获得了批准。

但如果统计数据是您业务的关键,那么您可以从这里得到一些提示。

Apps must request explicit user consent and provide a clear visual indication when recording, logging, or otherwise making a record of user activity.

如果您使用自己的隐私政策,请明确说明您如何跟踪用户以及将如何使用用户数据。除此之外,还在您的应用程序中显示某种警告,说明用户数据将如何使用(可能通过 UIPageViewController)

关于ios - 处理 Apple 的 "Data use & sharing"警告消息的推荐方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54603323/

相关文章:

iOS 在我的应用程序中播放/执行 flash swf。 Apple 会拒绝我的应用程序吗?

ios - 我对逃避关闭有点困惑

ios - 更改导航后退按钮的目的地

android - 对于任何具有 2 个免费/付费版本的应用程序,应用程序商店端的完美场景是什么

ios - 导出 Apple App Store 分析

xcode - 我无法从 App Store 下载 Xcode

ios - 如果 iPhone 上安装了应用程序,请在 Safari 中检查

ios - 如何将具体目录路径转换为 ​​NSURL?

ios - 请在连接到 IPv6 网络的设备上运行您的应用程序(所有应用程序必须支持 IPv6)以确定问题

通过与外部硬件的无线通信获得 iPhone 应用程序批准