amplitude / amplitude/Amplitude-iOS
Disable IDFA references
- Lenguaje dominante
- Objective-C
- Estrellas
- 328
- Forks
- 194
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
We have a kid's app and any references to anything IDFA-related gets the app rejected.
Running `fgrep -R advertisingIdentifier .` shows that Amplitude is including things that are getting our app rejected.
I have found that it's possible to disable tracking of certain things on iOS; however, I don't think this will solve the issue since Apple is likely to be doing a deep scan into the app similar to `fgrep -R advertisingIdentifier .` which causes the app to be rejected. https://developers.amplitude.com/docs/disabling-automatic-tracking-of-properties#disabling-tracking-on-ios
Any suggestions how we can get Amplitude to work with a kid's app? Everything was fine until Apple introduced the no-IDFA for kid's apps in June 2020.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.