gpt4 book ai didi

swift - 在 GameScene(SKScene) 中显示 AdMob 插页式广告

转载 作者:可可西里 更新时间:2023-11-01 02:26:02 25 4
gpt4 key购买 nike

在我的 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com