BanhmiDev / admob_consent

This is a wrapper for Google's User Messaging Platform (UMP) SDK in Flutter
https://pub.dev/packages/admob_consent
Apache License 2.0
12 stars 11 forks source link

Consent options don't persist #18

Open zognotadog opened 3 years ago

zognotadog commented 3 years ago

If the user changes the consent options this does not persist when the app is re-opened or even if the consent options are closed and opened.

Is this an error or am I misunderstanding the package?

Once consent or customized consent has been obtained what are we supposed to do/how do we get the options that the user has selected?

I have been asking the user for their initial choice, in main() {} with:

_admobConsent.show();

and, giving them the option to change it with:

_admobConsent.show(forceShow: true)