gpt4 book ai didi

ios - AdMob - 测试对比。出版

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:42:43 25 4
gpt4 key购买 nike

所以我的应用程序中有 Google 的 AdMob,我想知道在模拟器或设备上测试时用于显示测试添加的几行代码。

这是我使用的代码(如 Google Dev docs/tutorials 所示):

//log version of Google Ads used.
NSLog(@"Google Mobile Ads SDK Version: %@", [GADRequest sdkVersion]);

//Replace this ad unit ID with your own ad unit ID.
self.bannerview.adUnitID = @"ca-app-pub-3940256099942544/2934735716";

self.bannerviewB.rootViewController = self;

GADRequest *request = [GADRequest request];
//Requests test ads on devices you specify. Your test device ID is printed to
//the console when an ad request is made. GADBannerView automatically returns
//test ads when running on a simulator.
request.testDevices = @[@"2077ef9a63d2b398840261c8221a0c9a"];// Eric's iPod Touch

[self.bannerviewB loadRequest:request];

我的问题是,您是否将检查您是否在自己的设备上的代码留在其中?这一行:

//Requests test ads on devices you specify. Your test device ID is printed to
//the console when an ad request is made. GADBannerView automatically returns
//test ads when running on a simulator.
request.testDevices = @[@"2077ef9a63d2b398840261c8221a0c9a"];// Eric's iPod Touch

因为我最近发现,当我从App Store下载自己的应用程序时,它仍然显示测试广告,这可能是为什么......?我只是在开发我的第二个应用程序时才想到这一点。

谢谢。

最佳答案

My question is, do you leave the code in that checks if you're on your own device or not?

如果您在分布式应用程序中保留 request.testDevices = @[@"testID"],测试广告将显示给您的用户。在将应用程序提交到 App Store 之前,您需要删除或注释掉这一行。

关于ios - AdMob - 测试对比。出版,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30713800/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com