Currently I use firebase analytics for collect user events or user activities in my application. Should I request permission for App Tracking Transparency ?
Asked
Active
Viewed 1,052 times
2 Answers
1
You must use the AppTrackingTransparency framework if your app collects data about end users and shares it with other companies for purposes of tracking across apps and web sites.
https://developer.apple.com/documentation/apptrackingtransparency

md-rubel
- 124
- 8
-
1Yes, but the question is whether Google is tracking users with it. I can't find any info from Google anywhere where they answer this question. – Mäddin Aug 01 '22 at 11:14
0
From the firebase analytics docs:
Analytics event logging, event reporting, and conversion measurement are unaffected, but attribution is impacted if IDFA is not accessible. To learn more about Google’s response to iOS 14, see our blog post.
https://firebase.google.com/docs/ios/supporting-ios-14#affected-firebase-integrations

Aaron Jackson
- 11
- 1