Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
How to set admob banner at the bottom in ios ? — Gideros Forum

How to set admob banner at the bottom in ios ?

SarthakSarthak Member
edited August 2014 in General questions
Hi,
I have integrated admob in my game, i am able to show the banner of admob, but i want it at the bottom side of the screen, i have tried to set its alignment but its not working. Code for that i have used is as follows,

--require plugin
require "ads"
--initialize admob
admob = Ads.new("admob")
admob:setKey("key")
admob:setAlignment("center", "bottom")
admob:showAd("auto")

So, please help me.

Comments

Sign In or Register to comment.