Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
AdMob plugin question — Gideros Forum

AdMob plugin question

olegoleg Member
edited February 2018 in General questions
how to use ??
Ads:hideAd()

the command is outdated and does not work ??
require "ads"
 
 
			admob = Ads.new("admob")
 
			admob:setKey("ca-app-pub- ")
			admob:enableTesting(true) 
			 admob:showAd("banner","ca-app-pub- ")  
			admob:setAlignment("center", "top") 
admob:hideAd()
image.png
836 x 127 - 12K
my games:
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
Sign In or Register to comment.