简体   繁体   English

Flutter,Admob,突然广告不显示

[英]Flutter, Admob, suddenly ads are not showing

firstly my interstitialAd occurs error like this首先我的 interstitialAd 出现这样的错误

W/flutter ( 1924): onAdFailedToLoad: 2
I/Ads     ( 1924): Ad failed to load : 2
I/flutter ( 1924): InterstitialAd event MobileAdEvent.failedToLoad
I/flutter ( 1924): Interstitial failed to load

and the bannerAd occurs error like this并且bannerAd出现这样的错误

[ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: PlatformException(load_failed_ad,
cannot reload a failed ad, id=674080682, null)

I published app before 2months ago and until before 2weeks ago, it has been worked totally fine我在 2 个月前和 2 周前之前发布了应用程序,它一直运行良好

but suddenly ads don`t show and now only testAds working fine.但突然广告不显示,现在只有 testAds 工作正常。

actually my admob stopped like for two days the reason was invalid traffic实际上我的 admob 停了两天,原因是无效流量

(which wasn`t supposed to understand because we didn`t click ads or watching) (这不应该理解,因为我们没有点击广告或观看)

and the stopping issue is solved now but since then,停止问题现在解决了,但从那时起,

I guess it never shows now我想它现在永远不会显示

could anyone help this issue please?有人可以帮忙解决这个问题吗?

and I searched it but everyone says like check the internet我搜索了它,但每个人都说像检查互联网

(my internet is totally fine) (我的互联网完全没问题)

The error thrown from AdMob seems to come from the traffic of requests.从 AdMob 抛出的错误似乎来自请求的流量。 Check if the Ad is being loaded multiple times using the AdListener.onAdLoaded() callback.使用AdListener.onAdLoaded()回调检查是否多次加载广告。 This is a known issue as mentioned in this thread .这是此线程中提到的一个已知问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM