AppLovin / AppLovin-MAX-Unity-Plugin

127 stars 35 forks source link

Google UMP popup gets shown on every start #308

Closed misterHallodri closed 9 months ago

misterHallodri commented 1 year ago

MAX Plugin Version

6.0.0

Unity Version

2021.3.31f1

Device/Platform Info

Android, iOS

Current Behavior

I've implemented the Google UMP based on the documentation: https://dash.applovin.com/documentation/mediation/unity/getting-started/terms-and-privacy-policy-flow#google-ump-automation

But it is opened on every app start, even if the user has given consent.

Expected Behavior

I would expect the popup to only show once

How to Reproduce

Implement based on documentation: https://dash.applovin.com/documentation/mediation/unity/getting-started/terms-and-privacy-policy-flow#google-ump-automation

And observe that popup is shown every time

Additional Info

No response

AntonPetrov83 commented 1 year ago

@misterHallodri Are you sure the test flag "Debug User Geography" is not enabled?

misterHallodri commented 1 year ago

@misterHallodri Are you sure the test flag "Debug User Geography" is not enabled?

that was it... I must have forgotten do disable it before making a build, thank you!

owenc4a4 commented 11 months ago

@misterHallodri could you reopen this issue? I'm living outside GDRP region, so I must set "the Debug UserGeography" to GDRP to test the Google UMP flow. Without any description, I do not know whether popup shows every start is a feature or a bug.

I think many people will be confused with it. It's better to do something about it from Applovin.

thomasmso commented 11 months ago

@owenc4a4 - We're going to update the next version of our SDK such that the popup will only show once, which matches what real users may experience.

rzer commented 11 months ago

@thomasmso will it be working with old users? Who were installed the app before GDPR version of app?

santoshbagadi commented 11 months ago

Yes, the CMP prompt will be shown to users in GDPR region who don't have a valid TCF string yet.

santoshbagadi commented 9 months ago

We've released a version 6.2.0 where the CMP flow is only show on first session in test mode as well.