I recently uploaded my first application to Play Store, a link to my application with the services of admoob, but for some reason only test ads appear and not real and I'm sure everything is correct with the code I also applied to google to check the application and nothing changed
Update. My app which was also showing the test ads only, I did two things:
Set up the ad-apps.txt in Admob
After my app got "reviewed" and "published" in Play store, the app started showing live-ads.
Until the time it was in "being reviewed", it used to show test-ads.
Please check if you have updated the ad-mob app ids to the correct value from your account and not the one which was used for test-ads.
I assume you would have done this, check your app from another device or ask your friends to download and see what they see. If they see the real ads, it would mean Google has stored your device id as test device for your app.
Related
Ad-mob test ads is not showing on one of my app ,but the same code is working fine on my others app,
then I find out that this is happening because of the app package name ,if I rename the package name then also ads are showing.
Some months ago the app were showing ads , but app got ads serving limited issue ,then I deleted all the ad units from Admob of the app ,after one week this issue solved ,then I wanted to implement ads again but since then even test ads are not showing.
and I couldn't found an error on logcat so I don't Know what to do
There are two things here.
Either you show test ads via local configuration before initializing the sdk like -
val testDeviceIds = Arrays.asList("Your Test ID from logcat. ")
val configuration = RequestConfiguration.Builder().setTestDeviceIds(testDeviceIds).build()
MobileAds.setRequestConfiguration(configuration)
Or add the following in your app-ads.txt file.
google.com, pub-3940256099942544, DIRECT, f08c47fec0942fa0.
More info here: https://developers.google.com/admob/android/test-ads
Admob does not deliver ad when your app live any time. Add test id's and change your application id then test your implementation. When you live your application then restore your application id in gradle and live your app. When your app live on play store admob deliver your ad.
Using OAuth sign in for an app and it's getting stuck during the loading screen as seen below. The status has been changed to 'in production' as you can see, and no verification is needed according to google. It does say however my app has not been reviewed, does my app need to be put on the play store having been reviewed for this to work? Currently it's only on internal testing track and yet to be published. Any help on this is much appreciated.
Just to note this works fine when app is in testing status.
I'm having a problem setting up my first app for release. I need to inform Play Console whether my app contains ads or not, but on that section, there's simply no option to click. Nothing.
Screenshot of the App Content Ads Page
I don't know what am I doing wrong. If I need to put some information in other places before coming to this part, or if that is a bug - and if it's a bug, if it is affecting other people as well. Or am I missing something completely?
EDIT: I found the problem: I had an AdBlock turned on. When I turned it off the page loaded correctly and I was able to finish the setup.
As of 2021 this option has been moved to the Policy section in the console and no longer the
In your play console go to the store presence then click on App content where you can set whether your app contains Ads or not.
I uploaded an app to internal testing track to the dev console and added a user.
When I go to the app page through the link, it shows (Internal Beta). But the app version I added isn't there. Even though I got a notification that it had been processed and should be live.
So the test user is succesful, and the app was added. But even though it says I am a beta user it doesn't show any app?
Right so I followed the test link to store, but it turns out you can't do that on your phone as it will just get you to the store app which only shows the live version. You need to follow the link on a desktop and send it to your phone from there...
Today I added my first application to play google stores. Send your application went smoothly. The application was in store. But as I want to download this application pops up an alert: Authentication is required. Sign in with your Google Account. I might also add that I am logged into your Google account, and checking whether the application runs on several other phones. But unfortunately, the situation repeated itself. Very Please help.
I had the same problem and how to fix it is very simple just go to your apps description and update it with anything I just added one word clicked update and an hour later worked perfectly
I cant comment as I am a new user.
But it seems its an issue with the Google Play, as every one is facing the same issue.
I got 7 apps uploaded yesterday and none of them are working. I have retried to upload again today, and waiting to see the outcome.
Let me know if your apps are working fine now or if any updates on this.