根据本文,我使用Android + AdMob实施了欧盟用户同意政策。
问题:在真实设备(使用 HashedId)或模拟器上UserMessagingPlatform
总是失败。onConsentInfoUpdateFailure
错误:来自服务器的无效响应:无法读取发布者的帐户配置;稍后再试。
我启用了调试设置:
ConsentDebugSettings debugSettings = new ConsentDebugSettings.Builder(activity)
.setDebugGeography(ConsentDebugSettings.DebugGeography.DEBUG_GEOGRAPHY_EEA)
//.addTestDeviceHashedId("CC3EBF623628DAA1E3AD2124AE690FBD")
.build();
ConsentRequestParameters params = new ConsentRequestParameters.Builder()
.setTagForUnderAgeOfConsent(false)
.setConsentDebugSettings(debugSettings)
.build();
请让我知道为什么会失败?可能我应该考虑使用旧版本吗?