-
Notifications
You must be signed in to change notification settings - Fork 8
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
consentInfo().listen() gets first info, only #7
Comments
Thanks for reporting this. |
Thank you. Another observation is that the call
works the first time. But, after updating the consent using Google UMP SDK in Flutter, each subsequent call does not return the changes values. In this case, a restart of the App helps and the previously changed values are returned. But as I said, it might be that I am doing something wrong. I am also new to App development.] in general. |
I have the same issue, i have the suspect that the bug is in this line.
While it should be
since the stream is changed. |
Hello,
|
It seems there is something wrong with the |
Quick question,
consentInfo().listen()
seems not to work correctly in my case.It gets the first consent-info, but when the user adjusts the consent-settings, it gets nothing.
Adjusting the consent-settings on my mobile, these get actually written as can be seen in my debug logs, but the listener is not updated with these new settings:
Should
consentInfo().listen()
actually work or is it due to some discrepancies between UMP evolving over time and this library? Am I doing something wrong?The text was updated successfully, but these errors were encountered: