I'm trying to integrate iAds to iPhone app. It makes me very confusing. my app got many view controllers with uitableviews.

Should I integrate iAds at every view controller or should I add it in mainwindow.xib (i add iAds codes to AppDelegate.h .m) or should I create iAdsViewcontroller.h .m & .xib?

if I add iAds to mianwindow.xib, how do i handle delegates like bannerViewDidLoadAd (need to resize uitableview according to bannerview is visibie or not).

If i integrate at every view controller, banner would be switching along with the app views. I read somewhere if the app doesn't show an Ad for at least 30 seconds, it will lose ecpm.

Any thoughts will be appreciated... =)

link|improve this question

74% accept rate
feedback

2 Answers

up vote 0 down vote accepted

Apple iAd Documentation Best Practices

link|improve this answer
oops... thanks for the doc. i should have read more detail. the apple sample code has everything i need for iAds implementation. =) – moon Apr 13 '11 at 8:16
feedback

Hello Kindly refer the Link To Implement the iAd

http://www.raywenderlich.com/1371

link|improve this answer
hello, thanks for the answer. but I don't want to implement on each and every view controller. – moon Apr 13 '11 at 8:16
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.