3

I've been using AdMob integration (interstitial ads) in my project.

My project has the following structure: -Main Screen -Choose Level -Play Screen

Is there anyway to request the interstitial ads in the Main Screen, and once the user enters the category or play screen the interstitial ads would be available to show?

Currently the example provided by AdMob only shows code for a single page, which is to load and cache in the page itself. I would like to create an object or singleton in my App Delegate which would persist across all my View Controllers.

Daniel Storm
  • 18,301
  • 9
  • 84
  • 152
TylerC
  • 95
  • 1
  • 6
  • Create and request the interstitial in your App Delegate. [Here's an example](http://stackoverflow.com/a/28639200/2108547) using an `ADBannerView`. The implementation would be the same. – Daniel Storm Feb 20 '16 at 15:01

0 Answers0