adMob iOS interstitial bug 100%

If you call this

ads.show( "interstitial")  

the listener returns event.isError=true if there is no ad, but

ads.show( "interstitial", { appId = ADMOB\_FULL } )  

the event.isError=false when there is no ad.

ADMOB_FULL is the ad id from admob dashboard (ca-app-pub-…)

So I can’t use this to show replacement ad if there is no ad.

Is there anything else in the event table that could be used?

I suppose that No ad is technically not an error.

Using  event.isError=true for all other ads and it is working. Think you suggested it in your blog post http://coronalabs.com/blog/2013/11/19/tutorial-using-multiple-ad-networks/.

And why would the first syntax work (or behave different) than the second syntax (which should be used if you wish to differentiate banner from interstitial on the admob dashboard - this is what you added recently).

If we should not use event.isError, please advise what to use if there is no ad served.

Thank you.

Regards,
Damir.

Engineering would like a bug report for this.  They feel it’s a bug.  Please include your build.settings and config.lua file.

Please post the bug ID back here when you get the email confirming the submission.

Thanks

Rob

Is there anything else in the event table that could be used?

I suppose that No ad is technically not an error.

Using  event.isError=true for all other ads and it is working. Think you suggested it in your blog post http://coronalabs.com/blog/2013/11/19/tutorial-using-multiple-ad-networks/.

And why would the first syntax work (or behave different) than the second syntax (which should be used if you wish to differentiate banner from interstitial on the admob dashboard - this is what you added recently).

If we should not use event.isError, please advise what to use if there is no ad served.

Thank you.

Regards,
Damir.

Engineering would like a bug report for this.  They feel it’s a bug.  Please include your build.settings and config.lua file.

Please post the bug ID back here when you get the email confirming the submission.

Thanks

Rob