Maulik
Maulik

Reputation: 19418

why iAds not working in iPad?

I am using iOS SDK 4.2

My application is not universal application(iPhone/iPad) but it can be downloaded in iPad and works fine in both devices.

Now I have integrated iAd in my application.I've followed iAdSuite example. Its working fine in iPhone. But iAds not working when I download in iPad !!!

I found The BasicBanner and ContainerBanner examples in iAdSuite are configured to support both iPhone and iPad as it creates universal build.

I want to know that is it necessary to create universal app for iAd ???

Thanks....

Upvotes: 2

Views: 831

Answers (1)

bandejapaisa
bandejapaisa

Reputation: 26952

See my post here

iAd development - more errors than successful test ads

Put breakpoints on the ad delegates and see if they are returning failures or success. You should get at least some response.

In debug mode apple will often send failures to simulate the iAd network being down.

In production, there is a very low fill rate for iAds - so there might not be an ad available.!

My app is iPad only, and i got ads. So no, it doesn't have to be universal.

Upvotes: 2

Related Questions