Hi crmagicxxx,
Thanks for reply.
Here is what I did:
1 Check if you're on network.
-> Its fine.
2 Also check in adwhirl if you have set at least one ad supplier (admob, pinch, ...)
->I created a test ad which contains a image and a text.
3 Check if your ads are ON (top right red/green ball in adwhirl)
->Its ok.
4 Check if you're returning your adwhirl SDK key here in this method:
->Its ok.
- (NSString*)adWhirlApplicationKey {
return @""; //Return your AdWhirl application key here
}
Can you tell me that where should I put the code given by you?
In Layer init method?
And it should implement <ARRollerDelegate> and its methods,right?
Thanks.
-BMR