Hi all,
With admob plugin currently I can only call one instance when init the game:
admob.loadAd("publish_id", "banner")
admob.setAlignment("center", "top") |
At another time, when I want to make it as interstitial, I recall admob.loadAd("publish_id", "interstitial") => this won't cache the ad, isn't it? Anyway to do it better?
And does admob.setAlignment() work with interstitial?
Thank you
Comments
1) the caching is done internally in admob sdk, so calling admob.loadAd("publish_id", "interstitial") should be ok
2) noup, alignment will only work with banners and will not affect interstitials
Ultimate Games on Appstore
Ultimate Games on Google Play