I created a method in ViewController.h called - (void)showFullScreenAd.
I tried to call it inside my scene. I tried [self.view.window.rootController showFullScreenAd]. Can't find this method.
I tried ViewController *vc = [[ViewController alloc] init]
It did successfully NSLog "Interstitial Ad request". But no ad shown.
If I use the method directly in ViewController.m - viewDidLoad, it NSLog the same message "Interstitial Ad request" and display an interstitial Ad.