appodeal / Appodeal-Flutter-Plugin

Official Flutter Plugin that adds Appodeal SDK support to your Flutter application.

Home Page:https://pub.dev/packages/stack_appodeal_flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConsentManager - Android

devuserPP opened this issue · comments

ConsentManager.showAsActivityConsentForm() and ConsentManager.loadConsentForm(); from example does not work.
Same for showAsDialogConsentForm(), always error onConsentFormError error - com.explorestack.consent.exception.ConsentManagerInconsistentException@ac3c7f4 var consentStatus = await ConsentManager.getConsentStatus();returnthrow MissingPluginException('No implementation found for method $method on channel $name');`

` Can you fix it?

@devuserPP Hello!
Did you call loadConsentForm after get result callback in requestConsentInfoUpdate?
Can you attach all yours logs? and describe consent window flow? (ex. requestConsentInfoUpdate -> onConsentInfoUpdated- > should show? -> loadConsentForm -> ...)
Thanks.

@devuserPP Hello!
Are you still having a problem with Consent Manager?

@da2gl yes. e.g. ConsentManager.showAsDialogConsentForm(); does not work. Just tested with appodeal_flutter: ^1.1.2

@devuserPP Hello.
Please add code example, application logs, and flutter doctor -v logs by section:

Code sample
Application Logs
Flutter Doctor Logs

@devuserPP Hello!
We have released a new version of the SDK in which we have changed update consent logic. Please, try our new version!
If you have any questions/issues I will be glad to answer.
Have a good day.