ads.show syntax for adMob

Yeah, I agree.  Rather unfortunate oversight on Corona’s part, especially after announcing the open beta – but then, I’m sure they are dealing with bazillions of moving parts, all of which require detailed attention, and sometimes things like this can happen (and I’m sure they wish it never does.)

About the banner size, I don’t use banner ads, so I haven’t really looked into it.

Naomi

AdMob interstitial are available only on tablets ?

As far as I know, on iOS device, yes.  On Android devices, I’m not entirely sure.

Naomi

Hi,

All the info is there:

ads.init() -> http://docs.coronalabs.com/daily/api/library/ads/init.html

ads.show() -> http://docs.coronalabs.com/daily/api/library/ads/show.html

ads.hide() -> http://docs.coronalabs.com/daily/api/library/ads/hide.html

Types of ads for adMob, right there: “banner” and “interstitial” (only for iPad)

Best regards!

:slight_smile:

How do I show the banner at the bottom of the screen?

Is the height of the banner fixed such that I can just take display.contentHeight - adHeight?

Falcon: I was just doing display.contentHeight - 30 (since when I put 25 it didn’t work as I thought)… however when I simulate an iPad I get problems with the ad placement

Seems like I can just use display.contentHeight for the y placement without the need to make any adjustment.