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
I have tried , but it's not working.
require "ads"
--initialize admob
admob = Ads.new("admob")
admob:setKey("key")
admob:showAd("banner","key")
admob:setAlignment('center', 'bottom')
Likes: Sarthak