Android Google AdMob: Could not parse Event FE preflight response BUT I have correctly indicated the Publisher ID
问题 ConsentInformation consentInformation = ConsentInformation.getInstance(that); String[] publisherIds = {"pub-XYZYXYZYXYZYXYZXY"}; consentInformation.requestConsentInfoUpdate(publisherIds, new ConsentInfoUpdateListener() { @Override public void onConsentInfoUpdated(ConsentStatus consentStatus) { Consent consent = new Consent(); if(!ConsentInformation.getInstance(that).isRequestLocationInEeaOrUnknown()) { consentCallback(that, new AdRequest.Builder().build()); } else { if(consentStatus ==