'Google Firebase alternative for IOS apps for kids
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
Solution 1:[1]
Firebase has an Analytics option to make iOS kids compliant Appstore compliant.
In CocoaPods, do pod 'Firebase/AnalyticsWithoutAdIdSupport' (instead of pod 'Firebase/Analytics')
More documentation at https://firebase.google.com/docs/analytics/configure-data-collection?platform=ios#disable-IDFA-collection
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Paul Beusterien |
