0

I wasn't able to find anything or good enough information about this. Is it possible to create a full screen ad randomly out of the banner?

MichiZH
  • 5,587
  • 12
  • 41
  • 81
  • This question is [too broad](http://stackoverflow.com/help/on-topic). There are either too many possible answers, or good answers would be too long for this format. Please add details to narrow the answer set or to isolate an issue that can be answered in a few paragraphs. – Jørgen R Feb 04 '15 at 13:52

1 Answers1

0

According to the iAd Overview the thing you're looking for is called ADInterstitialAd, but it seems like it's iPad only.

The ADInterstitialAd class provides full-screen advertisements that your iPad application can display to the user. [...]

Anyway, have a look at the sample code provided by Apple and run it against a simulator.

Edit: As Daniel Storm mentioned in his answer it is supported on iPhone as well, but has a low fill rate.

Community
  • 1
  • 1
Fabio Poloni
  • 8,219
  • 5
  • 44
  • 74
  • iAd interstitials are available on iPhone starting at iOS 7.0. Check my answer here: http://stackoverflow.com/questions/20741622/iads-interstitial-adverts-on-iphone/20858735#20858735 – Daniel Storm Feb 05 '15 at 12:34
  • So the PDF is outdated… great – Fabio Poloni Feb 05 '15 at 12:35
  • The PDF doesn't seem out of date. It does mention the use of interstitials and shows a mockup on an iPhone sized screen. The sample project seems to need updating although.. The issue is when Apple released interstitials for iPhone at the launch of iOS 7 it seemed like they didn't want anyone to know as they went about hiding the new features under "UIViewController iAd Additions Reference" rather than right under the "ADInterstitialAd" class: https://developer.apple.com/library/ios/documentation/iAd/Reference/UIViewController_iAd_Additions/index.html#//apple_ref/doc/uid/TP40013388 – Daniel Storm Feb 05 '15 at 12:44
  • Oh damn… I meant the reference not the PDF. – Fabio Poloni Feb 05 '15 at 12:46