我开始在我的应用程序中实现AdWhirl。我按照属于adwhirl的说明但我无法在我的应用程序中看到任何广告。我在我的viewcontroller类中添加以下方法
- (void)viewDidLoad {
[super viewDidLoad];
AdWhirlView *adView=[AdWhirlView requestAdWhirlViewWithDelegate:self];
[self.view addSubview:adView];
}
-(NSString *) adWhirlApplicationKey{
return @"myAdWhirlKey";
}
-(UIViewController *) viewControllerForPresentingModalView{
return self;
}
我没有显示任何内容。请帮助如何实施AdWhirl
答案 0 :(得分:1)
您需要查看AdWhirl教程,您可以从此处下载 Tutorial
答案 1 :(得分:0)
您需要在adWhirlApplicationKey委托中传递AdWhirl SDK密钥才能正常工作。检查链接以获取adWhirlkey ... http://chandanshetty01.blogspot.com/2011/06/integrating-ads-to-ios-apps-using.html