flutter_native_admob icon indicating copy to clipboard operation
flutter_native_admob copied to clipboard

Ads are not showing up with Original adUnit ID's

Open vishnukanth opened this issue 4 years ago • 14 comments

I am getting error message as error loading 0 with original adUnit ID's. But with test adUnit ID's ads are showing up perfectly. I have created adUnit ID's more than 48hours ago.

Any help would be highly appreciated

Regards Vishnu

vishnukanth avatar Apr 25 '20 08:04 vishnukanth

Same issue, even after publishing an alpha version the app doesn't display any ads, there are ad requests being send to admob though. 🤔

BennyKirschner avatar Apr 25 '20 16:04 BennyKirschner

Test ads id works quite well (small laggy when loading) but the ads does not show with real id. I created ad id some weeks ago, I also tried to delete an ads id then re-created, no luck.

I/Ads     (18441): Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("xxxxx...") to get test ads on this device.
I/Ads     (18441): Ad failed to load : 0
I/System.out(18441): onAdFailedToLoad errorCode = 0

thphuccoder avatar Apr 27 '20 00:04 thphuccoder

I have that same problem. I was using a different plug-in before. There was no problem. It shows test ads with test unit Id, but it does not appear when published on google play with real unit id.

hkndzdr avatar Apr 27 '20 18:04 hkndzdr

@hkndzdr is it working now?

thphuccoder avatar Apr 27 '20 20:04 thphuccoder

@hkndzdr is it working now?

No, It doesn't work.

hkndzdr avatar Apr 27 '20 20:04 hkndzdr

Issue you have is not related to this plugin. For new apps it is OK to receive first real ad in up to 2 weeks. For old apps try to check Ad unit type, Native ad is required. In general plugin works as expected.

petro-i avatar Apr 29 '20 15:04 petro-i

My application was showing ads with the admob_flutter package. It has also been on google play for 6 months. Of course it's about the plugin. It has nothing to do with what you say.

hkndzdr avatar Apr 29 '20 15:04 hkndzdr

I have doubts that it is plugin issue, since in my case it works as expected. It is not correct to directly compare this plugin to admob_flutter since it used to display different ad unit type - "Native advanced", but not "Banner" as admob_flutter. If you think you have configured everything correctly, just wait a couple of days.

petro-i avatar Apr 29 '20 18:04 petro-i

I have this problem too. Although TestId is running smoothly, ads are not running in my app published on Google Play.

How can I solve it or will I have to wait a few days?

merttoptas avatar May 01 '20 15:05 merttoptas

i had a problem with admob recently too; and i found the problem cause was the keystore in the app and the signing configurations; real ads didn't show when using a recently created keystore; also didn't show if i don't provide Sha1 of the keystore to firebase; also didn't show if i use adblocker app in the client phone;

Mohammad-Adam avatar May 17 '20 00:05 Mohammad-Adam

I am facing the same issue Test ads id works quite well but the ads do not show with real id. I created a native ad id a few days ago, here is the error code showing.

Platform: Android.

Use RequestConfiguration.Builder().setTestDeviceIds(Arrays.asList("51D0700638F3**************") to get test ads on this device. I/Ads (12989): Ad failed to load : 3 I/System.out(12989): onAdFailedToLoad errorCode = 3

hemadri-divii avatar May 29 '20 06:05 hemadri-divii

I had to update my payment info on Admob and it started working.

thphuccoder avatar May 29 '20 07:05 thphuccoder

I had to update my payment info on Admob and it started working.

But it's my old account.

hemadri-divii avatar May 29 '20 08:05 hemadri-divii

Did anyone find a solution to this

adimchi1 avatar Apr 25 '23 05:04 adimchi1