标签: swift sprite-kit iad interstitial
我浏览过互联网,但我无法了解如何在我的精灵套件游戏中实施插页式广告
答案 0 :(得分:0)
viewcontroller中的以下代码将执行此操作。没有更多的东西。您可以使用NsNotofication或在场景中委派来调用它。
func fullScreenAd() { if self.requestInterstitialAdPresentation() { println("ad loaded") } }