Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Manesh

macrumors member
Original poster
The first interstitial ad loads fine,
but the 2nd and onwards gives the following error in my NSLOG
Code:
<Google> No UIViewController supplied to the ad. Cannot continue.

In my GameOver void, it says the below :

Code:
if ([self.interstitial isReady]) {
        self.interstitial.delegate = self;
        [self.interstitial presentFromRootViewController:self.viewController];
    }
any idea whats happening here?
why is it not picking up the self.viewcontroller?
thanks
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.