Bersaelor
Bersaelor

Reputation: 2577

Presenting both iAds and AdMobAds on the iPad

I'm currently using the AdWhirl SDK for the iPhone so I can switch Ad Networks depending on Ad-Availability.

Now there is no AdWhirl SDK for the iPad, so I just show AdMob ads.

But in iOS 4.2 we can now show iAds on the iPad too, and it would be nice to combine the two.

Is there a tutorial on how to exactly combine them?

I mean I did some manual switching between the too, in the usual delegate methods that get called when one of the two fails to load etc.

But it's really hard to test if this is working properly and stable, since on the actual Devices the fillrates for iAd will be ~10% and AdMob ~60%. Now testing this the iAd-Test Advertisement shows up all the time, so I can't really test whether AdMob would show up, would iAd refuse to present an Ad.

Upvotes: 2

Views: 1018

Answers (2)

larsacus
larsacus

Reputation: 7346

I know this question is old, but I wrote an iAd/AdMob wrapper that's available on github. As little as one line of code will get both ads running and it's currently what I use with my app that's on the app store. It supports both iPhone and iPad in all orientations if you properly implement the callbacks.

Upvotes: 1

coneybeare
coneybeare

Reputation: 33101

If you don't want to roll your own, Mobclix offers something similar to AdWhirl for iPads

Upvotes: 0

Related Questions