I have been experimenting with iAd today in an app I am planning to release in the next few hours. I think it works as it should, however I have played my app for over 20 minutes and not a single test ad has shown. The methods that are responsible for showing the ads have been break-pointed so I know when an ad attempts to fire. Does apple control when the ads are shown? Is the frequency that the ads are shown random; or do apps only show an ad a number of times and then stop showing them? I haven't been able to find any documentation that describes when ads are shown in apps. Any help is appreciated.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Make sure you have imported iAdFramework and in your .h file don't forget to import iAd/iAd.h also it has a delegate method ADBannerViewDelegate In Your .h file do this ADBannerView *bannerView; // In your .m file
hope, this will help you. |
|||
|