Calling interstitial iAd works only one time
I have spritekit game, Ad is preloaded on each start of game with [UIViewController prepareInterstitialAds]; And after gameover it should display ad with [self.view.window.rootViewController requestInterstitialAdPresentation]; and it's works okay, but only first time. The ad's shows only one time. After failing another game, ad do not show though preload. Any suggestions? Do you have it set up to where it runs [self.view.window.rootViewController requestInterstitialAdPresentation]; each time the game ends? Brad See the answer by gj15987 here... requestInterstitialAdPresentation Works only one