AdMob ad is showing in iOS simulator, but not on iDevice
- by Ben Toscano
As the heading states, I can get my AdMob Ad to show in the iOS 5.1 and 6.0 simulator just fine, however, when running my application on my iOS 5.1.1 or 6.0 devices, there is just a blank space where the ad should be served. The code in my .m file is as follows:
bannerView_ = [[GADBannerView alloc] initWithFrame:CGRectMake(0.0,
…