Nathan
Nathan

Reputation: 151

How do I use implement iAd into my app?

I've been working on a app that I want to earn money from, but nobody would buy it if it costed money. Does anyone know any tutorials, or know themselves, how to get iAd into an app? Thanks.

Upvotes: 2

Views: 5110

Answers (2)

Rons Micheal
Rons Micheal

Reputation: 179

To implement iAds, you need to use ADBannerView and implement some delegate methods of ADBannerViewDelegate. I stumbled upon this tutorial and it helped me greatly:

http://www.ioslearner.com/implement-iads-tutorial-iphone-ipad-sdk/

All the best!

Upvotes: 2

del.ave
del.ave

Reputation: 1938

Something to get you started: http://www.raywenderlich.com/1371/how-to-integrate-iad-into-your-iphone-app

Upvotes: 7

Related Questions