guoziyun hace 5 meses
padre
commit
af1bd9806a
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      lib/ads/applovin_ads_controller.dart

+ 4 - 0
lib/ads/applovin_ads_controller.dart

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