|
|
@@ -51,6 +51,10 @@ class ApplovinAdsController {
|
|
|
|
|
|
_log.info('AppLovinMAX.initialize...');
|
|
|
|
|
|
+ // 用于模拟测试欧洲UMP是否正常,release版本注意注释掉
|
|
|
+ // AppLovinMAX.setVerboseLogging(true);
|
|
|
+ // AppLovinMAX.setConsentFlowDebugUserGeography(ConsentFlowUserGeography.gdpr);
|
|
|
+
|
|
|
// 1. 开启合规流开关
|
|
|
AppLovinMAX.setTermsAndPrivacyPolicyFlowEnabled(true);
|
|
|
|