Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的“广告中介”中,我首先尝试加载 Applovin 广告,如果没有填充,则加载 Admob:
//AppLovinAdLoadListener public void failedToReceiveAd(int arg0) { loadAdmob(); }
但由于某种原因,Admob 广告不会加载,回调onAdLoaded()和onAdFailedToLoad(int errorCode)Admob 都不会被触发。
onAdLoaded()
onAdFailedToLoad(int errorCode)
有人经历过吗?