I want to place ads in my application. Can anyone help me?

link|improve this question

feedback

5 Answers

up vote 3 down vote accepted

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:

  1. Create an iAd banner.

  2. Set the banner's delegate.

  3. 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.

link|improve this answer
feedback

This might be help you.

first one is contain an example of iphone ad adding while second one is for ipad.

regards,

shyam

link1

link2

link|improve this answer
feedback

See: http://advertising.apple.com/.

link|improve this answer
feedback

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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