开发者

How to make my application support ads? [closed]

开发者_C百科 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

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


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.


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.


This might be help you.

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

link1

link2


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


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜