Can i load ads from my server when using AdMob for Iphone?
I am newbie to Admob. After some RnD, I know how to 开发者_如何学Cintegrate Admob to an iphone app. But i wanted to know is there a way that i can load ads from my server? If it is possible, can someone suggest some good tutorial/reference?
Thankyou for the anticipated response,
Regards, Ainee
That process is called AbMob House Ads. It allows you cross promote your own product.
Or, outside of AdMob, you can do something like the solution here: iPhone - Is it possible to communicate with the iAd server directly?
Where you setup a file on your server with specifics about the ad (image, link destination, positioning [if applicable]), then pull in that information and programmatically build a UIButton with it, to make your own ad.
精彩评论