Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google UMP popup gets shown on every start #603

Open
Zone8023 opened this issue Dec 15, 2023 · 1 comment
Open

Google UMP popup gets shown on every start #603

Zone8023 opened this issue Dec 15, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Zone8023
Copy link

MAX SDK Version

12.1.0

Device/Platform Info

s10

Current Behavior

Google UMP popup gets shown on every start.Is it because of setDebugUserGeography (GDPR)?I manually connected to Google UMP but did not have this problem.Is it because the sdk automatically calls consensusInformation.reset()?

Expected Behavior

No response

How to Reproduce

AppLovinSdkSettings settings = new AppLovinSdkSettings(mActivity);
settings.getTermsAndPrivacyPolicyFlowSettings().setEnabled( true );
settings.getTermsAndPrivacyPolicyFlowSettings().setPrivacyPolicyUri(Uri.parse( "https://your_company_name.com/privacy_policy" ) );

    // Terms of Service URL is optional
    settings.getTermsAndPrivacyPolicyFlowSettings().setTermsOfServiceUri(Uri.parse( "https://your_company_name.com/terms_of_service" ) );
    //settings.getTermsAndPrivacyPolicyFlowSettings().setDebugUserGeography(AppLovinSdkConfiguration.ConsentFlowUserGeography.GDPR );
    onLog(TAG,"initAdsConfig");
    AppLovinSdk sdk = AppLovinSdk.getInstance(settings,mActivity);
    sdk.setMediationProvider(AppLovinMediationProvider.MAX);
    sdk.initializeSdk( (AppLovinSdkConfiguration config) -> {

        // Initialize other 3rd-party SDKs - do not initialize mediated advertising SDKs, MAX will automatically do that for you. Not following this step will result in noticeable integration issues

        // Initialize the Adjust SDK inside the AppLovin SDK's initialization callback

        // Start loading ads
        initInterAd();
        initVideoAd();
    } );

Additional Info

No response

@Zone8023 Zone8023 added the bug Something isn't working label Dec 15, 2023
@santoshbagadi
Copy link
Contributor

@Zone8023 yes, right now this is the expected behavior when Debug Geography is set. We'll update it to only show to new users (match the normal behavior) in the next SDK release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants