How to make my application support ads? [closed]
I want to place ads in my application. Can anyone help me?
You have a few options, like AdMob or Google Ads. However, Apple provides the iAd framework, which makes it easy to add ads to your app. I suggest looking at the iAd framework reference. The basic process is as follows:
Create an iAd banner.
Set the banner's delegate.
Add the ad view to your view.
You also need to set up iAd in your developer account, but that only affects revenue, not the programming and testing aspect of things.
I've done well with MobPartner. It's just a matter of putting a small banner on a button and linking the button to the ad link they give you.
This might be help you.
first one is contain an example of iphone ad adding while second one is for ipad.
link1
link2
See: http://advertising.apple.com/.
You can also try Adwhirl. It supports multiple ad networks like AdMob, iAd etc.
The basic idea is that you can switch ad network through a website client(adwhirl.com), instead of reprogramming your app each time.
Instructions in how to set up adwhirl on your iPhone: iOS SDK Setup.
精彩评论