ios应用程序中的ADMob配置

时间:2015-03-17 08:04:01

标签: iphone ios8 admob

I have configured admob first time with my IOS app. When I run the app in the simulator it looks like in the image.I don't whether admob is configured correctly or not.Any help will be appreciable.Thanks in advance.

我第一次使用我的IOS应用程序配置了admob。当我在模拟器中运行应用程序时,它看起来像在图像中。我不知道admob是否配置正确。任何帮助都会很明显。谢谢你提前。 这是我的代码:

self.viewAdvertisement.adUnitID = AD_BANNER_ID;
self.viewAdvertisement.rootViewController = self;
[self.viewAdvertisement loadRequest:[GADRequest request]];

1 个答案:

答案 0 :(得分:0)

这似乎您已正确配置。最新的Admob SDK现在在模拟器中运行时默认提供测试广告。当您在设备中运行时,如果未在测试设备阵列中添加广告标识符,它将提供真实广告。

因此,请确保添加了您使用自己的帐户注册的正确的Admob ID。剩下的事情绝对正确没有任何问题。干杯:)