Skip to content

Commit f4dfb1a

Browse files
authored
docs(analytics): use clearer wording regarding avoiding IDFA usage (#5355)
Slightly tweaked version of @mikehardy's reply in this issue: #5354 (comment)
1 parent 3fef777 commit f4dfb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/analytics/usage/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ in the Kids category if the app accesses the IDFA iOS symbols.
140140
Additionally, apps must implement Apples "App Tracking Transparency" (or "ATT") requirements if they access IDFA symbols.
141141
However, if an app does not use IDFA and otherwise handles data in an ATT-compatible way, it eliminates this ATT requirement.
142142

143-
If avoiding the usage of IDFA is a requirement for your app, you must use firebase-ios-sdk 7.11.0 or greater, then you may define a variable in your Podfile like this:
143+
If you need to avoid IDFA usage while still using analytics, then you need `firebase-ios-sdk` v7.11.0 or greater and to define the following variable in your Podfile:
144144

145145
```ruby
146146
$RNFirebaseAnalyticsWithoutAdIdSupport = true

0 commit comments

Comments
 (0)