iAd or AdMob for iPhone/iPad development? [closed]

我是研究僧i 提交于 2019-12-03 01:45:19

问题


Is there still a point to use AdMob? Has it been or will it be banned by Apple? Is there an third-party interface solution that allows me to switch between the services later on server side?


回答1:


In fact it is very easy to use both even in the same application!

You can find a detailed explanation at this site: http://www.apptite.be/tutorial_mixing_ads.php

But in-short the idea behind it is to:

  1. Create an iAd banner and an Admob banner in viewDidLoad
  2. Only the iAd banner gets registered
  3. When iAd fails Admob banner gets registered
  4. If iAd would become active again, the Admob banner will disappear

It even uses a sliding effect to hide and show the advertisements in the bottom of the screen.

So far I can't give a correct number on the revenue, but I can say that the fill rate for iAd is around 30% and for Admob around 95%

Hope this helps you out!

Regards, Luc




回答2:


Better to go with iAds. No one knows, apple releases an update and your application starts breaking. They are very much into it and for wiping out their competitors, its high possibility that they do it very soon.

Ultimately its your choice, you can use any.




回答3:


You can use both (not in the same app!) but be carefull in what you pick!

I do my homeworks, trying both (on different apps of course) and asking around to friends. There's not a final verdict of course. Sdk are pretty both easy, but of course iAD is completely integrated in itunesconnect, so you don't have to deal with different sites, registration and so on... but ok, is something you do once and forget, so not a big deal.

For my experience iAd give bit more money for banner shown, but AdMob have an incredible superior fill rate! I you're an "international" developer iAd is (till now, end of 2010) a poor option: my app have about 25% US customers and a forthy-somthing fill rate there. Add some more sparse filled impressions here and there, I net a 10% fill rate world-wide! The other app, with AdMob, Italian market only, have a 66% fill rate... in a country where iAd is still not available!

So 'till Apple don't go worldwide for ads i suggest to put your focus on WHERE you plan to distribuite your apps...

Just my 2 cents




回答4:


An idea. What about using a combination of the two? So far, the story on iAds is that the fill rate is very low. Apple suggests moving the BannerView off-screen when the ad request is not filled (great idea). After moving the BannerView off-screen, why not move an AdMob ad into the void. Not sure if mixing ad platforms would cause poor user experience, but it might be worth considering.

Just a thought.

Andrew



来源:https://stackoverflow.com/questions/3384028/iad-or-admob-for-iphone-ipad-development

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!