Admob ads not showing

Hello All,
I am facing really weird issues. I am using latest version of SDKBOX/Admob, cocos engine version 3.17.2 c++.
Ads are showing in Samsung devices for Android and in iOS Simulator too but Ads are not showing in Huawei devices.
These types of errors are shown:
E Ads : Google Mobile Ads SDK initialization functionality unavailable for this session. Ad requests can be made at any time.
I Ads : Ad failed to load : 3

Can anyone tell me what’s going on?

We can ask @yinjimmy

https://developers.google.com/android/reference/com/google/android/gms/ads/AdRequest#ERROR_CODE_NO_FILL

3 means NO_FILL

you can try bellow google test id

type	id
Banner	ca-app-pub-3940256099942544/6300978111
Interstitial	ca-app-pub-3940256099942544/1033173712
Interstitial Video	ca-app-pub-3940256099942544/8691691433
Rewarded Video	ca-app-pub-3940256099942544/5224354917

Just figured it out the ads don’t appear on a debug version.
Now the ads are showing in the release version.
Anyway thanks for your efforts.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.