I'd like to know how to add an interstitial ad on the start of my iOS app, written in Swift. I have searched the whole web but only found answers in Objective C (which I'm not able to use with Swift) and for Android.
Is there any chance to get (i'd like to use iAds) advertising opens in fullscreen only when the user starts the app?
Why does Apple say it's only available for iPad?
I have a code that I used before. Its written in swift. You can use it in wherever you want. First it checks for iAd, if it fails it will show admit banner. You may remove admit related parts if you don't want.
}
Call the function where do you want(possible before view did load in your case):