Impossible to close Admob Interstitial Ad

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.

Hi nAppsamar, I have not encountered the issue with Admob interstitial ads not closing on iOS.  That said, I only show Admob interstitial ads on iPad.  Are you having this problem on iPad or iPhone or both?  Also, what iOS version?  (Does iOS version make any difference with the problem you are having?)

Naomi

Hi Naomi, thanks for answering.

The problem is in both, iPad and iPhone. And in both occurs equally can not be closed Admob ads full screen. The cross for the ad does not work as much as the press.

I’ve only tested on IOS7, all my devices updated IOS7 this I have not the chance to try it in previous versions.

I built with Mac, Mavericks, Corona SDK version 1202,

Hi nAppsamar, I have not encountered the issue with Admob interstitial ads not closing on iOS.  That said, I only show Admob interstitial ads on iPad.  Are you having this problem on iPad or iPhone or both?  Also, what iOS version?  (Does iOS version make any difference with the problem you are having?)

Naomi

Hi Naomi, thanks for answering.

The problem is in both, iPad and iPhone. And in both occurs equally can not be closed Admob ads full screen. The cross for the ad does not work as much as the press.

I’ve only tested on IOS7, all my devices updated IOS7 this I have not the chance to try it in previous versions.

I built with Mac, Mavericks, Corona SDK version 1202,

I experience the same problem with Admob interstitial on iOS. Unable to close an ad using a button in the left upper cornet.

Are there any solutions for this issue? Is it a Corona or AdMob bug?

@Corona Staff / Rob Miracle / Brent: Experiencing the same issue, the X close icon doesn’t close the admob interstitial. It doesn’t seem to be an Admob bug as i can’t find any mention of this outside of the Corona forums. Are you aware and if so, would you have an ETA on this by any chance?

Thanks in advance 

EDIT: This is not a 100% repro it seems. Sometimes it works well. It does seem like the detection of the button is a bit off though. On ipad3, it is slightly more on the left and below…

I experience the same problem with Admob interstitial on iOS. Unable to close an ad using a button in the left upper cornet.

Are there any solutions for this issue? Is it a Corona or AdMob bug?

@Corona Staff / Rob Miracle / Brent: Experiencing the same issue, the X close icon doesn’t close the admob interstitial. It doesn’t seem to be an Admob bug as i can’t find any mention of this outside of the Corona forums. Are you aware and if so, would you have an ETA on this by any chance?

Thanks in advance 

EDIT: This is not a 100% repro it seems. Sometimes it works well. It does seem like the detection of the button is a bit off though. On ipad3, it is slightly more on the left and below…