Hi,
It is impossible to close to continue with the game a full-screen ad Admob.
The small cross that is above does not work.
The time interval set by Google to close just does not work.
Close it with ads.hide () does not work. I try so
[lua]
ads = require( “ads” )
ads.init( “admob”, “my app id”, adListener )
ads.show( “interstitial”)
timer.performWithDelay( 6000, function() ads.hide() end,0)
[/lua]
This only happens on iOS. No problem in Android
Any help?
Thank you.