How do I use implement iAd into my app?
I've been working on a app that I want to earn money from, but n开发者_开发技巧obody would buy it if it costed money. Does anyone know any tutorials, or know themselves, how to get iAd into an app? Thanks.
Something to get you started: http://www.raywenderlich.com/1371/how-to-integrate-iad-into-your-iphone-app
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!
精彩评论