In iOS 7, we can enable iAd very easily when using:
self.canDisplayBannerAds = YES;
in code ViewDidLoad UIViewController
However, I cannot use this in my ViewController (ViewControl, which loads SKScene). My game fails to load.
So, how can I activate iAd in my game (using the Sprite Kit)?
source share