Rotate iPad and AdMob to not load again, like iAds
I am implementing iAd and AdMob banners into my app. On the iPad I'm getting some weird issues when the device rotates, specifically with AdMob. With iAds, the banner remains on the bottom of the screen when the device rotates and doesn't reload the ad. With AdMob however, it reloads the banner when the device rotates, even though I'm using the same code. I am creating the ADBannerView and GADBannerView programmatically. iAd code: self.adBanner.hidden = NO; self.adBanner = [[self appdelegate] adBanners]; self.adBanner.delegate = self; if (IDIOM == IPAD) { NSLog(@"***This is the iPad****");