amplitude / amplitude/Amplitude-iOS
Disable IDFA references
- Vorherrschende Sprache
- Objective-C
- Sterne
- 328
- Forks
- 194
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.