Shin-NiL / Godot-Android-Admob-Plugin

Android AdMob plugin for Godot Game Engine 3.2 or higher
MIT License
548 stars 67 forks source link

Ads are not loading #58

Closed dbrova15 closed 4 years ago

dbrova15 commented 4 years ago

Godot version: 3.2.2 AdMob Plugin version: 4.0 Issue description:

Ads are not loading.

изображение изображение

When the main scene is loaded, the loader is shown to me, I check if there is an Internet connection, if not, we load the game interface, if there is, we do the following: the admob.load_interstitial () command is called. Then a timer starts, which tries to show the ad every half second. After the user closes the ad, the main stage interface is displayed and the timer stops. But since the Internet is there and ads are not loading, I see the loader endlessly.

On Godot version 3.2.1 and with the old plugin system, everything works well.

Shin-NiL commented 4 years ago

Did you update the admob-lib directory to 4.0.0? You say you're using the 4.0.0, in the screenshot the node name is "Admob" but in 4.0.0 it was changed to "AdMob".

dbrova15 commented 4 years ago

Yes! It works! I upgraded from version 3.2.1 and did not change the admob-lib folder. But now everything works. Thank!