Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I developed my app with two kinds of banners: iAd and AdMob.
When iAd banner fails to load then AdMob banner loaded.
When I tested my app it showed black iAd test banner correctly but in released version of app there is no banners at all.
I've tested it with web debugging proxy: requests are sending only to iAd server but never to AdMob. Seems like iAd banners are loaded successfully but never shown. In itunesconnect the iAd status is Live Adds. Thanks.

share|improve this question
For the iAds, it may be that the requests are not being filled. Not every request to the iAd server returns an actual ad. Fill rates have ranged from 20-60% in my personal experience. – Greg Aug 24 '12 at 1:35
@Greg, but how to explain that there are no any requests to the admob server? Admob banners should have been loaded when iAd request is not filled. – yury.ku Aug 24 '12 at 9:33
I don't know. I've never used Admob; I was just taking a shot in the dark. – Greg Aug 26 '12 at 0:32

1 Answer

up vote 1 down vote accepted

The question is solved. If someone will face this problem in the future: in my situation the solution was in patient waiting. Since two weeks after AppStore upload banners suddenly appeared. I think Apple needs some time to generate banners content according to the application audience.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.