Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable IDFA references #296

Open
ilyakar opened this issue Oct 12, 2020 · 1 comment
Open

Disable IDFA references #296

ilyakar opened this issue Oct 12, 2020 · 1 comment

Comments

@ilyakar
Copy link

ilyakar commented Oct 12, 2020

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.

@haoliu-amp
Copy link
Contributor

haoliu-amp commented Oct 12, 2020

Hello @ilyakar, I assume you haven't updated to our latest version.

Since v7.0.0, we made idfa tracking to be fully customer driven. It means that we will never include any idfa fetching logic in our SDK anymore.
https://github.com/amplitude/Amplitude-iOS/releases/tag/v7.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants