[firebase_analytics] Questions regarding App Tracking Transparency on iOS #9223
Unanswered
antonshkurenko
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've read lots of documentation, StackOverflow and GitHub issues and I'm very confused about when I should ask a user consent
Docs stand, that it should be somewhere right after
Firebase.configureApp()
(https://firebase.google.com/docs/ios/supporting-ios-14), but:Firebase.initializeApp(options: DefaultFirebaseOptions.currentPlatform,);
which I use for Crashlytics too (and I plan to use it for other things later)void main()
, how can I present a nice explanation screen for the user?Other questions:
My use case (at least what I expect):
If you have a sample project, I will appreciate that. Anyway, thanks for you time and help!
Beta Was this translation helpful? Give feedback.
All reactions