appodeal / Appodeal-Flutter-Plugin

Official Flutter Plugin that adds Appodeal SDK support to your Flutter application.
https://pub.dev/packages/stack_appodeal_flutter
Apache License 2.0
18 stars 3 forks source link

ConsentManager - Android #5

Closed devuserPP closed 2 years ago

devuserPP commented 2 years ago

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?

da2gl commented 2 years ago

@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.

da2gl commented 2 years ago

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

devuserPP commented 2 years ago

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

da2gl commented 2 years ago

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

Code sample
Application Logs
Flutter Doctor Logs
da2gl commented 2 years ago

@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.