I am trying to figure out how to switch over from my banner view iAds to interstitial iAds in order to free up space for a tabbed controller. For some reason I am completely unable to find any resource for even getting started on these ads with swift.
Could anyone please give me some information on interstitial iAds with Swift and how I can implement them in a project.
If you add this to your app delegate, you'll avoid that 3 second delay suggested above.
Here is how i use in my project
//adding iAd framework
//conform iAd delegate
//default iAd interstitials does not provide close button so we need to create one manually
I know this is old - but I just came across
Here is a relatively cleaner and easier to follow way to implement Interstitial Ads since this way doesn't require the use of
NSNotificationCentre
And it may help if you put
println("Function Name")
in each function just to keep track of your Interstitial Ads process. If you have any questions and or a way to improve this block of code please leave a comment. Thank You