Display interstitial ad on Apple

Display an interstitial ad

let interstitialAd = AdropInterstitialAd(unitId: "PUBLIC_TEST_UNIT_ID_INTERSTITIAL")
interstitialAd.delegate = self
interstitialAd.load()

...

// call show function when the ad needs to be displayed.
interstitialAd.show()

Last updated