Skip to content

iOS Tracking Authorization and IDFA #309

Closed Answered by robingenz
nijakobius asked this question in Q&A
Discussion options

You must be logged in to vote

The best thing to do is to read the privacy statements from Firebase itself. I only use the SDKs from Firebase (with a few exceptions, e.g. third-party-sdks.md). The Capacitor plugins themselves do not collect any data, only the SDKs which are used.

  1. It is up to you how you implement it. I disable IDFA collection by default in my apps and only enable it when the user has agreed (see Firebase Docs).
  2. Depends on the plugin. Capacitor Firebase Analytics, for example, has a setEnabled(...) method.
  3. Yes, if you are sure that you do not want to use IDFA collection at all, then you can remove it completely.
  4. Please look directly at the Firebase documentation. If I make a statement here, it could be…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by robingenz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants