Hey guys, So im using the Admob paid plugin, init and load the admob interstitial ad.
I show the interstitial ad the first time between scenes
admob.show( “interstitial” )
and it shows and works fine.
Then i call it again later between scenes (exact same call from the same code)
admob.show( “interstitial” )
and it does not show the ad, i tried in both testmode=true and once in testmode=false with the same results.
Im scratching my head as i used the exact same code (different AppIDs) in my previous app in the beginning of January and it works fine, im not sure if there was an update to the plugin which caused this? its only showing the interstitial ad once. i even tried loading the ad again, but that doesn’t help
Using Android by the way. any help is appreciated