这是我的代码:
gAdView=[[GADBannerView alloc] initWithFrame:CGRectMake(0,self.view.bounds.size.height-GAD_SIZE_320x50.height,GAD_SIZE_320x50.width,GAD_SIZE_320x50.height)];
gAdView.adUnitID = admobID;
gAdView.rootViewController=self;
gAdView.delegate = self;
[self.view addSubview:gAdView];
[gAdView loadRequest:[self createRequest]];
它在 iOS 5 和 iOS 6 中运行良好,但在 iOS 7 中却没有显示?为什么?ADMOB 库:6.5.1