I added print(‘admob event is error’, event.is_error) print(‘admob error code’, event.error_code) print(‘admob error code’, event.error_message)
but there are no errors appearing on the debug console.
Also, do I need to do Google AdMob ad unit implementation work or does the extensions do the work? Because I haven’t done it, maybe this is the problem?
I haven’t tried the extension myself, but you need an admin id from Google, you need to initialize the extension, you need to load/preload an ad and then you need to show the as. Are you doing all this?
You can look at the example that comes with the extension if you are uncertain of how it should work.
A common issues is getting error code 3.
I’m sure getting this error in the beginning.
It disappeared after testing the application on the mobile device several times, and the banners started to appear
It doesn’t give any more information
What I noticed is that on Defold console I get admob: init, but on Android Device monitor I don’t get this message.