Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Best practice for loading both banner and interstitial with Admob plugins? — Gideros Forum

Best practice for loading both banner and interstitial with Admob plugins?

edited October 2013 in General questions
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

Sign In or Register to comment.