儿童 IOS 应用的 Google Firebase 替代品
我们一直在我们的 IOS 儿童应用程序中使用 Google FireBase 进行应用程序分析和 AB 测试。 几个月前,Apple 开始拒绝我们的应用程序,因为 Google firebase 不符合 Apple 的儿童游戏隐私准则。
Flurry 也不遵守这些准则(甚至是有限的功能集)。
因此,我们完全删除了分析,我们是在盲目说话。
在我着手构建内部分析和 AB 测试工具的任务之前,我想知道是否有人知道 Apple 接受的平台。
谢谢 尼罗
We've been using Google FireBase for App Analytics and AB testing in our IOS kids apps.
A few months ago Apple started rejecting our apps because Google firebase is not compliant with Apple's privacy guidelines for kids games.
Flurry also doesn't comply with those guidelines (even the limited feature set).
So we removed analytics completely and we are flying blind sort of speak.
Before I tackle the task of building an in-house analytics and AB-testing tool I was wondering if maybe anyone knows of a platform that Apple accepts.
Thank you
Niro
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Firebase 有一个 Analytics 选项,可以使 iOS 儿童与 Appstore 兼容。
在 CocoaPods 中,执行
pod 'Firebase/AnalyticsWithoutAdIdSupport'
(而不是pod 'Firebase/Analytics'
)。更多文档位于 https://firebase.google.com/docs/analytics/configure-data-collection?platform=ios#disable-IDFA-collection
Firebase has an Analytics option to make iOS kids compliant Appstore compliant.
In CocoaPods, do
pod 'Firebase/AnalyticsWithoutAdIdSupport'
(instead ofpod 'Firebase/Analytics'
)More documentation at https://firebase.google.com/docs/analytics/configure-data-collection?platform=ios#disable-IDFA-collection