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

Install Firebase Analytics without any IDFA collection capability. #92

Open
cjkolstad opened this issue May 27, 2021 · 4 comments
Open

Comments

@cjkolstad
Copy link

Firebase provides a way to use Firebase Analytics without any IDFA collection capability. There is a subspec available that can be used in place of the normal 'Firebase/Analytics' podspec.

pod 'Firebase/AnalyticsWithoutAdIdSupport'

For more information, please see this documentation.

@brownoxford
Copy link
Member

Thanks for the report @cjkolstad, can you tell me a little more about what problem you are trying to solve and how you envision this working, e.g., enabling/disabling IDFA support via a compile time flag in your project, etc.

@cjkolstad
Copy link
Author

@brownoxford Yes, I was assuming some sort of compile-time flag would do the trick. I assume this would need to be done in the iOS project since this is iOS-specific. Using the subspec 'Firebase/AnalyticsWithoutAdIdSupport' will ensure that the AdSupport framework is not included in the app.

@Schwankenson
Copy link

Are there any news on that? I do not want to add the app tracking transparency confirmation to my app. So I need to disable IDFA usage in Firebase Analytics. But i don`t see any possibility to do disable IDFA usage.

@Pynka
Copy link

Pynka commented Apr 4, 2022

I was able to solve it with Disable IDFA collection

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

No branches or pull requests

4 participants