App tracking transparency requirements #5217
-
We are using Firebase services like Crashlytics, Analytics and Cloud messaging in our application. For analytics we have only sending user id(created from Backend) as a property. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
Podfile.lock is how you inspect your dependencies, and you'll see that Analytics pulls in Firebase/Analytics and GoogleAppMeasurement - those both use IDFA up to firebase-ios-sdk 7.10.0. I imagine you will really like react-native-firebase 11.4.1 (using firebase-ios-sdk 7.11.0) - https://github.com/invertase/react-native-firebase/blob/master/CHANGELOG.md#1140-2021-04-29
https://rnfirebase.io/analytics/usage#disable-ad-id-usage-on-ios |
Beta Was this translation helpful? Give feedback.
Podfile.lock is how you inspect your dependencies, and you'll see that Analytics pulls in Firebase/Analytics and GoogleAppMeasurement - those both use IDFA up to firebase-ios-sdk 7.10.0. I imagine you will really like react-native-firebase 11.4.1 (using firebase-ios-sdk 7.11.0) - https://github.com/invertase/react-native-firebase/blob/master/CHANGELOG.md#1140-2021-04-29
https://rnfirebase.io/analytics/usage#disable-ad-id-usage-on-ios