简体   繁体   English

AdMob Ads会不时在发布应用中停止工作

[英]AdMob Ads stops working from time to time in the Release App

My app is published on play store and ads were working fine but suddenly yesterday it stopped showing ads in all device. 我的应用程序在Play商店发布,广告工作正常,但昨天突然停止在所有设备上显示广告。

I uninstalled the app and installed back then my ads starting working again but today it stopped working again. 我卸载了应用程序并安装回来然后我的广告重新开始工作,但今天又停止了工作。

I not received any mail from AdMob and account is working fine. 我没有收到来自AdMob的任何邮件,帐户工作正常。

I don't know what's happening with my app. 我不知道我的应用程序发生了什么。 Please help me out. 请帮帮我。

try these rules in proguard-rules.pro 在proguard-rules.pro中尝试这些规则

-keep class com.google.unity.** {*;}

-keep class com.google.android.gms.ads.** {*;}

-keep class com.google.ads.mediation.admob.AdMobAdapter {*;}

-keep class com.google.ads.mediation.AdUrlAdapter {*;}

I find out the reason for this behavior, Sometimes ads are not available in inventory and that's why they are not displayed in the app. 我找出了这种行为的原因,有时广告在广告资源中不可用,这就是为什么它们不会显示在应用中。 Now using AdMob mediation I am using the app of different providers and not encountered this problem. 现在使用AdMob中介我使用不同提供商的应用程序,但没有遇到此问题。

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

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