-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
setConsent for iOS and Android, too #641
Comments
This method is already available on Android and iOS. Please note, that the latest version has a bug which is fixed in #635. |
Thank you for the quick answer. What version should I use to be able to use this method with iOS and Android, then? Should wait for a new version 6.x? |
You can use this dev release:
|
Thank you. |
@robingenz could you publish another dev build in favor of the recent ios fix regarding the setConsent method? |
npm i @capacitor-firebase/analytics@6.0.0-dev.5ab166a.1720001083 |
Is it possible to set multiple consents at once? @robingenz |
@gasci No, this is not yet possible. |
When I try to put 5 types of consents into a for loop multiple await statements crash the app unfortunately. That feature would be really useful.
|
@gasci Please create a bug report and provide all the information you have (logs, etc.). |
Done: |
Plugin(s)
Current problem
Is the
setConsent
method available only for web?https://support.google.com/google-ads/answer/10000067?hl=en
Preferred solution
It would be great if we could implement the
setConsent
for iOS and Android.https://support.google.com/google-ads/answer/10000067?hl=en
Alternative options
No response
Additional context
No response
Before submitting
The text was updated successfully, but these errors were encountered: