gpt4 book ai didi

ios - 如何在应用程序启动后立即加载插页式广告

转载 作者:行者123 更新时间:2023-11-30 13:33:01 28 4
gpt4 key购买 nike

这是我的代码,它不起作用。构建并运行成功,但没有加载插页式广告。我能做什么?

class ViewController: UIViewController {

var interstitial: GADInterstitial!

override func viewDidLoad() {
super.viewDidLoad()
self.interstitial = GADInterstitial(adUnitID: "ca-app-pub-3940256099942544/4411468910")

let request = GADRequest()
// Requests test ads on test devices.
request.testDevices = ["2077ef9a63d2b398840261c8221a0c9b"]
self.interstitial.loadRequest(request)
load()

}
func load() {
if self.interstitial.isReady {
self.interstitial.presentFromRootViewController(self)
}

}


}

最佳答案

在ViewDidAppear事件中尝试一下,我记得我以前遇到过这个问题

关于ios - 如何在应用程序启动后立即加载插页式广告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36377315/

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