Reputation: 151
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
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
Reputation: 1938
Something to get you started: http://www.raywenderlich.com/1371/how-to-integrate-iad-into-your-iphone-app
Upvotes: 7