How to verify AnalyticsWithoutAdIdSupport is working correctly? #5617
Unanswered
canpoyrazoglu
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Inspection of Podfile.lock is the way to do it, you will see quite clearly, like this:
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I want Firebase Analytics/Crashlytics but for legal reasons want to be 100% sure it's being linked with
AnalyticsWithoutAdIdSupport
. I've seen the PR #5224 and added the following to my podfile:$RNFirebaseAnalyticsWithoutAdIdSupport = true
However when I
pod install
(orpod update
) I see no change, and don't know how to verify if it worked or not. How can I verify if it's being to the correct library without the Ad ID support?Beta Was this translation helpful? Give feedback.
All reactions