I want to place ads in my application. Can anyone help me?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.