Closed Zone8023 closed 3 weeks ago
@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.
This issue is stale because it has been open for 30 days with no activity.
This has been fixed as of version 12.2.0 of our SDK.
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" ) );
Additional Info
No response