-
-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi, thanks again for this great library!
I did try your method after the latest changes from
v1.1.0-beta01and no luck. TheConsentPopupstill fails to show. I live in the EEA region, and thesetForceTestingis not needed for me (but I did test with it just in case).The only way I could make the consent to show is by calling
consent.loadAndShowConsentForm()and I think this is missing from the library'sConsentPopupComposable.val consent by rememberConsent() LaunchedEffect(Unit) { consent.requestConsentInfoUpdate( onCompletion = { consent.loadAndShowConsentForm() // The consent show ONLY if I call this } ) } if (consent.canRequestAds) { BasicAds.Initialize() }I do have the UMP dependencies for Android (4.0.0) and iOS (3.1.0).
Originally posted by @moisoni97 in #114
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working