AdWhirl implementation in iPhone Cocoa touch

Posted by user571283 on Stack Overflow See other posts from Stack Overflow or by user571283
Published on 2011-01-13T11:40:51Z Indexed on 2011/01/13 11:53 UTC
Read the original article Hit count: 176

Filed under:
|

Hi dudes, i'm starting to implement AdWhirl in my application. i follow the instructions which is belong to adwhirl but i cant see any ad in my application.i add the following methods in my viewcontroller class

- (void)viewDidLoad {
    [super viewDidLoad];
 AdWhirlView *adView=[AdWhirlView requestAdWhirlViewWithDelegate:self];
 [self.view addSubview:adView];
}

-(NSString *) adWhirlApplicationKey{
 return @"myAdWhirlKey";
}

-(UIViewController *) viewControllerForPresentingModalView{
 return self;
}

i doesn't display anything. please help how to implement AdWhirl

© Stack Overflow or respective owner

Related posts about iphone

Related posts about adwhirl