Shin-NiL / Godot-Android-Admob-Plugin

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

is_interstitial_loaded() always return false #233

Closed quanghuy6698 closed 2 months ago

quanghuy6698 commented 8 months ago

Godot version:3.5.2

AdMob Plugin version:6.2.0

Issue description: Method is_interstitial_loaded() always return false even I call load_interstitial() in the _ready() of main scene I have a main scene, which has an child node AdMob. In _ready() I call load_interstitial() and try to call is_interstitial_loaded() when game over, to show ads, but it always return false.

Pls help me out.