I followed the guide here, and when I build my application the ad (or anything for that matter) doesn't show up. Nothing, nada. I followed the guide very carefully. I know that it is trying to retrieve an ad (thanks to little snitch), but it doesn't display.
Has anybody experienced this and do you know of a fix?
...
I am using mobclix together with admob. The code is to big to add it in all classes.
So i created a new class: Ads
Everytime i want an ad in a view, i have to send the view to the ad class:
- (void)initAd:(UIView *) pView {
NSLog(@"ads init");
self.loadedView = pView;
.....
To create an ad in a class:
Ad* ad = [Ads new];
[ad...
I'm trying to add Mobclix Support into my app, and I don't want to make the app only accessible by iOS 4 devices, so I'm not using iAds, but I need to know how I can get the Mobclix 4.1 SDK to work in my iPhone app for 3.x devices. If it is not possible, I need to know where I can download the older version of Mobclix (4.0.3) which does...
i have aplication with a very short lifespan.
in most cases a services pops a activity and the user reacts within a few seconds and dismisses the poped activity.
In this activity i show a mobclix advertisment.
But loading of this takes about 5 seconds, this is to long for my use.
So can i preload this ad in the service , and display it...