0
xcodeでiOSアプリを作成しました。私はwebviewを使用しています。私は既にGoogleのadmobバナー広告を実装していますが、今でもボタンをクリックせずにインタースティシャル広告を表示したいのです。 urlはインタースティシャル広告を表示します。私はこのコードを使用しますが、インタースティシャル広告Xcode 8
interstitial = GADInterstitial(adUnitID: "")
let request = GADRequest()
// Request test ads on devices you specify. Your test device ID is printed to the console when
// an ad request is made.
request.testDevices = [ kGADSimulatorID, "2077ef9a63d2b398840261c8221a0c9b" ]
interstitial.load(request)
if interstitial.isReady {
interstitial.present(fromRootViewController: self)
} else {
print("Ad wasn't ready")
}
とAppDelegate.m
でFirebaseApp.configure()
しかし広告が、私はXcodeのログにエラーが表示されないことができ、表示されません作品ではないのです、私を助けてください、お礼