1

为什么不使用 admob 广告,这是我的 cod 中的示例

 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];

在此处输入图像描述

4

0 回答 0