将新版本的 android 应用程序发布到 google play 后,admob 状态更改为非活动状态,并且不显示任何广告

After publishing new version of android app to google play admob status changed to inactive and no ads are displayed(将新版本的 android 应用程序发布到 google play 后,admob 状态更改为非活动状态,并且不显示任何广告)
本文介绍了将新版本的 android 应用程序发布到 google play 后,admob 状态更改为非活动状态,并且不显示任何广告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Admob 在我的应用程序上展示广告,一切正常.然后我创建了该应用程序的新版本,将其上传到谷歌播放,广告停止出现.在 admob 中,此应用程序的状态更改为非活动:AdMob 从未收到您网站的广告请求"(气泡从绿色变为红色),尽管第一个版本有一些收入,当时广告仍在在职的.

Admob was showing ads on my application, everything was working fine. Then I created a new version of that app, uploaded it to google play and ads stopped appearing. In admob the status of this app chnaged to "Inactive: AdMob has never received an ad request for your site" (the bubble got from green to red) despite the fact that there is some revenue from the first version, when the ads were still working.

我没有更改 adUnitId,它与 admob 中显示的 Publisher id 相同.当我从 Eclipse 运行该应用程序时,测试广告正确显示,但仅测试广告.如果我从测试设备列表中删除我的设备,则永远不会显示广告.

I didn't change adUnitId, it's the same like Publisher id shown in admob. When I run that app from eclipse test ads appear correctly, but only test ads. If I remove my device from list of test devices an ad is never displayed.

在 LogCat 中,我收到以下消息: Received ad url: "url" 然后 onFailedToReceiveAd(广告请求成功,但由于缺少广告库存而没有返回广告.)好吧,我可能没有收到广告,因为我所在的地方或其他地方,但是使用我的应用程序的数百人怎么可能呢?问题一定出在其他地方.

In LogCat I get these messages: Received ad url: "url" and then onFailedToReceiveAd(Ad request successful, but no ad returned due to lack of ad inventory.) Ok, it is possible that I don't get ads because of my locality or something, but how can that be with all few hundred people that used my app? The problem must be somewhere else.

可能是什么问题?我是否需要为 Google Play 商店中的每个应用更新都在 admob 中创建一个新应用?(这对我来说似乎不合逻辑)

What could be the problem? Do I need to create a new app in admob for every app update in google play store? (which seems unlogical to me)

谢谢.

推荐答案

我曾经遇到过这个问题,admob 审核团队阻止了我的应用.也许你的也被屏蔽了.

I have had this issue once, and the admob moderation team had blocked my app. Maybe yours is blocked too.

这篇关于将新版本的 android 应用程序发布到 google play 后,admob 状态更改为非活动状态,并且不显示任何广告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)