作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
在我的 gameviewcontroller 中,我可以像这样呈现插页式广告:
var request = GADRequest()
request.testDevices = [GAD_SIMULATOR_ID];
var interstit = GADInterstitial()
interstit = interstit2
interstit.adUnitID = "ca-app-pub-3940256099942544/2934735716"
interstit.loadRequest(request)
println("req loaded admob")
if interstit.isReady{
interstit.presentFromRootViewController(self)
request()
}
但我想在 GameScene(SKScene) 中调用相同的插页式广告,而 presentfromrootviewcontroller 在那里不起作用,有什么解决方案?
最佳答案
这就是 Swift 中的答案:
let currentViewController:UIViewController=UIApplication.sharedApplication().keyWindow!.rootViewController!
interstitial.presentFromRootViewController(currentViewController)
关于swift - 在 GameScene(SKScene) 中显示 AdMob 插页式广告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28115028/
我是一名优秀的程序员,十分优秀!