admob 広告が機能しないのはなぜですか。これは私のタラの例です
UITapGestureRecognizer *BanerAppear =[[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(bannerApearAdMob)];
[self.view addGestureRecognizer:BanerAppear];
self.interstitial = [[GADInterstitial alloc] initWithAdUnitID:@"ca-app-pub-5576225790959277/7656083543"];
request1 = [GADRequest request];
request1.testDevices = @[ kGADSimulatorID ];
[self.interstitial loadRequest:request1];