Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated documentation - How to disable IDFA collection (ios) #12095

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/firebase_analytics/firebase_analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ To get started with Firebase Analytics for Flutter, please [see the documentatio

To use this plugin, please visit the [Analytics Usage documentation](https://firebase.google.com/docs/analytics/events?platform=flutter)

## iOS [App Tracking Transparency](https://developer.apple.com/documentation/apptrackingtransparency)

If you wish to use Firebase Analytics without IDFA collection capability, open your - `/ios/Podfile` and add the following global variable to the top of the file:
```
$FirebaseAnalyticsWithoutAdIdSupport = true
```

## Issues and feedback

Please file FlutterFire specific issues, bugs, or feature requests in our [issue tracker](https://github.com/firebase/flutterfire/issues/new).
Expand Down