相关文章推荐
无邪的圣诞树  ·  Spring Cloud Context: ...·  1 年前    · 
英俊的蚂蚁  ·  七夕祥瑞_抖抖音·  1 年前    · 
玩篮球的火锅  ·  echart ...·  1 年前    · 
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(handleNotification:) name:@"showAd" object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(handleNotification:) name:@"loadAd" object:nil]; self.interstitial = [self createAndLoadInterstitial]; self.interstitial = [[GADInterstitial alloc] initWithAdUnitID:@"ca-app-pub-"]; GADRequest *request = [GADRequest request]; // Requests test ads on test devices. request.testDevices = @[@"0000000"]; [self.interstitial loadRequest:request]; //etc - (void)handleNotification:(NSNotification *)notification{ if ([notification.name isEqualToString:@"showAd"]) { if (self.interstitial.isReady) { [ self.interstitial presentFromRootViewController:self]; else { if ([notification.name isEqualToString:@"loadAd"]) { self.interstitial = [self createAndLoadInterstitial];