The first interstitial ad loads fine,
but the 2nd and onwards gives the following error in my NSLOG
In my GameOver void, it says the below :
any idea whats happening here?
why is it not picking up the self.viewcontroller?
thanks
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];
}
why is it not picking up the self.viewcontroller?
thanks