I implemented adWhirl ads in my iPhone app.
During testing ads showed great from all networks, including house ads.
I released the app, I have active users (because they submit high scores)
But... No income showing in network reports and when I use the app, no ads show.
Did I forget to flip a switch somewhere?
Thanks!
Hanaan
Please excuse my utter stupidity...
I forgot to set up the C Flags in my target's build settings to indicate that it is the lite version...
Related
I recently launch a n iPhone app, with iAd on it. I simply dragged a banner to the app, which should be supposed to work. However, after several hours of app being in app store, the app cannot display adds on my testing iPhone. Anyone encounter similar problem?
Please verify that you have properly filled up the Bank and Taxation details and also agreed to Paid application license of the Developer account.
These are the common issues with iAd not displaying on app store application.
I have implemented iAds as in Ray's Tutorial. It was showing sample adds in the development build. I made a app store build, and upload it on app store.
Now apple approved it and I downloaded same build from the iTunes. When I am running app there are no adds shown. I checked the iTunes connect for iAds network settings. its showing it is live. does any one has any idea why this is happening??
Everything is probably fine. The fill rate -- the percentage of requests for ads that are fulfilled -- is pretty low for iAd usually (last time I checked, the fill rate for my app was less than 20%) and it's not supported in every country. If you're in a country that has inventory, if you keep trying you'll eventually see an ad.
I want to integrate iAd and adMob in My application.
I have also integrate it successfully. when iAd in not able to load at that time adMob is come. adMob is working fine when I have test is using test Mode .
But when I have upload to appstore and download in my device It show me the iAd with "Test Advertisement" and not able to load adMob in device when test mode is off.
Can any one help me to find out solution of this problem.
If you aren't using it already you should integrate adwhirl into your app, it will choose between iad and admob automatically. Now, just because you have requests being sent doesn't necessarily mean they are going to get filled, so admob won't always show. Also make sure that you have all the requirements for iad filled out on itunes connect, if you don't have taxes, etc filled out apple will not send you any ads.
Hope that answers your question, sorry I'm a little unclear as to what you're asking.
My application got approved yesterday. before they start reviewing test ads were showing up on my app (device), but as soon as they start reviewing ads stopped showing on the device.
My app is finally approved and iAd is enabled, but i haven't seen a single ad since yesterday. Does it take some time after app is proved until my app starts receiveing ads? i checked itunes connect and it shows 0 requests.
Any idea why I'm not receiving ads?
iAds will show test ads until Apple approve the application. Once the application is approved, the iAds will be switched to live.
You didn't mention your location...
As far as I'm aware, iAds are still only showing for users that live in the USA. Even then, the fill rate for iAds have been shown to be around 10-11% (not very high at all).
This means that for every 100 ad requests received, only 10 or 11 are going to actually show an iAd. the other 90-89% will show nothing.
Hopefully the fill rate will start to improve as Apple's ad inventory increases in size.
The other issue is that it seems the iAd framework will not show repeat adverts. That is to say that once a particular iAd has been shown, it won't be shown again on that device for that session (the length of a session is vague too...).
So, check your location, check your current fill rate on the iTunes Connect iAd section.
Check if you have any requests in itunesconnect->iAd.
If you don't have any requests, there's probably something wrong with your code.
Does the test ad show up when running in the simulator?
The fill rate is low as mentioned before. Did you use the code that apple needed you to use as in the delegate and all for not loading when there is no iAd. If so try downloading the app onto your device and run it a few times. See if you get no ad at all
I had this problem with my app at one point too. I was using Mobclix to serve iAds. I was getting other ads, but none from iAd. Eventually, I realized my problem was that I did not have the iAd Framework linked to my project. That made the ads show up perfectly. I ended up weak linking the iAd Framework because I had to support devices with OS < 4.0. Hope this helps!
I have integrated iAds in my iOS 4.0 application developed using the following tutorial:
http://www.raywenderlich.com/1371/how-to-integrate-iad-into-your-iphone-app
Currently it is showing only Test Banner page. I would like to know how would i get real Ads showing there and what is the procedure to get it. I couldn't find any help on this. Could someone please point me out ?
Thank you.
It will automatically be filled with read ads once it is released on App Store.
Apple recognize each of your app by the bundle id, hence unlike other ad networks (such as admob), it does not need you to create other stuff.
Similarly, Apple recognize the distribution build and will serve real ads.
The test banner is just to show that you have incorporated the iAd framework correctly into your application. The "real" ads will work automagically when you submit your app to Apple.
I thought you had to do ALL of these:
Make sure your app shows "test ads" while you are developing it.
Make sure you visit iTunesConnect-iAds and turn on iAds.
After your app is 'live for sale' then 'real ads' will start showing.
So far, no one here ever mentioned #2. (Or am I only having to do #2 myself?) I've never seen #2 as "automatic" as soon as #3 happens.
Also... even after doing 1,2,3... I have 1 very odd app that is "live for sale" and iAdsConnect is STILL claiming it's only showing 100s of no-revenue, test-ads. Isn't that impossible? Shouldn't it be displaying "real ads" or "no ads" instead?