LoadAdError(code: 3, domain: com.google.android.gms.ads, message: No ad config... when trying to load BannerAd in release mode
Asked Answered
W

4

13

I have an app with the ads, when I run my app in debug mode with the test ad unit, everything works fine. However, when I run the app in release mode with the real ad unit from AdMob, I have an error

LoadAdError(code: 3, domain: com.google.android.gms.ads, message: No ad config., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: , adapterResponses: []))

I'm having this for almost two months, please help me resolve it.

Here is a link for a GitHub issue I've opened, refer to it for a more detailed explanation.

Wessex answered 1/7, 2021 at 11:38 Comment(2)
Does this answer your question? Test Rewarded ad not displaying - Ad failed to load: LoadAdError(code: 3, domain: com.google.android.gms.ads, message: No ad config.)Whiney
Not really, as here, the problem is that they cannot see the ads with testAdUnit, while I can't see it with the real adUnit, but I can see the ads when I use testAdUnitsChimney
W
3

I've found the cause of the problem and the solution. The fact that the app was not signed was the cause of LoadAdError(code: 3, domain: com.google.android.gms.ads, message: No ad config., responseInfo: ResponseInfo(responseId: null, mediationAdapterClassName: , adapterResponses: []))

Signing the app have solved my issue.

Wessex answered 16/7, 2021 at 9:11 Comment(2)
Sadly this did not solve it for me.Culet
Please check if ad mob has placed ad limit on your accountEyler
F
2

Add your Phone as test device in Google Admob over at the Settings. Then it should work! When releasing to play store make sure to state that your app is using Ads in the console

Fray answered 12/7, 2021 at 21:11 Comment(1)
You did not understand the question right. My device is added to the test devices, and when it is added, I see the ads, but on a regular phone, installing my app in a release mode, not adding the device as a test device, leads me to this error. My app is already uploaded to the Play Store, and it is already set that the app is going to have ads. Once again, the problem is, encountering this error, when I want to see the ads as a regular user, installing the release mode of the app.Chimney
L
0

Just check out if your app is not limited by google .

Layette answered 2/7, 2021 at 8:22 Comment(4)
Can you offer instruction to the OP on how to accomplish that?Whiney
Just look over this , bro. #67442891 I'm struggling with this problem with the test ad unit id , so I can't help you.Layette
On AdMob's site, in my account, it's written that my account is approved and the ads are being distributed, that makes the situation even more strangeChimney
Did you find out what was the problem?Imponderabilia
L
0

Just change you app package name and App Id for just testing, Actually sometime google play store limited app of testing Ads based on App id and app Package name

Laruelarum answered 7/9, 2021 at 8:8 Comment(1)
Hi. I've already found a solution to the problem I had and answered the question here.Chimney

© 2022 - 2024 — McMap. All rights reserved.