Why iAd keeps showing "Testing Advertisement"? - iphone

My app is approved on AppStore. In the iAd section of the screen, it keeps showing the black "Testing Advertisement" by Apple instead of a real ad. Is there any configuration I missed? Thanks

From the section in the iAd Programming Guide on Testing Banner Advertisements:
iAd Network automatically displays the
correct ad depending on the
application binary:
Application | Audience | Displayed Ads
Developer build | Developer | iAd
Network serves test ads.
Ad-hoc
distribution build | Beta Testers |
iAd Network serves test ads.
Signed
Distribution build | End Users | iAd
Network serves live ads if you signed
the iAd Network Agreement and enabled
advertising for your application.
Therefore, your development and ad hoc builds will only display test advertisements. Only the distribution build that is submitted to the App Store will display real ads. Unfortunately, that means that you'll need to wait and download your own application from the store to see real ads in action in your application.

iAd is a very big disappointment. Ads are shown only in certain geographical regions, in other areas system returns nothing after the request (you can check the statistics for your iAd profile in the iTunes Connect). So you won't see anything in the banner in Hong Kong, as I cannot see anything in Korea for the moment. If you want to make money on advertising consider using other ad provider, like admob.

Did you do everything here? Also, did you test your application on a different device to see if the ad shows up there correctly?

I think even if you download the app from the App Store, the app still shows test ads if you have the developer profile on. I tried removing it and running the app from the app store and it doesn't show test ads anymore.

Related

iphone test iad not visible all the time

I have implemented iPhone ads in my app. I get the test ad, but sometimes it takes a while before the test ad appears? Is this normal or should test ad always appear in the app?
#developersaremad is correct. The iAd will only show when there is a successful communication with the apple iAd server and your app recieves a test ad. This simulates real life when the user may not be in a data coverage area and hence cannot get ads.
#Amt-Henning I think its the normal behaviour for the test iAd .

iAds not showing in released iPhone app

I just my app got approved and when I downloaded the app ,iAds are not showing up, when I saw the status of iAds it says"You have enabled at least one application for iAd, but you will not be able to view the iAd Network module or set your ad preferences until you have an iAd Network Contract in effect.", Although I have setup all my contacts informations for setting iAds and it also show effective date.If anyone get the same thing please let me know the solution.
Looks like you are missing a contract agreement. Login to itunesconnect.apple.com, go to the Contracts, Tax and Banking section and fill in the contact info and bank info for iAd network.
If you have them in place, it might be that Apple is verifying the info. As soon as it is verified, your ads should start working.
I have solved my problem by mailing and contacting apple. Its look like they have forget to enable the iAds, when I contacted them, my iADs are started running live next day.

iAd not showing on Device after releasing application on App Store

Checked couple of questions regarding not showing iAd after releasing application on App Store.
Make all necessary settings for iAd, The test ads are showing fine in simulator and Device, then release application and enable iAd Network for that application.
In iAd Network Section, the status shows as "Live Ads" and requests are increasing every day.
When click on that application, the status is as "Live: This app is receiving live ads. You have not configured ad preferences for this app." anything i am missing?
On which email-id to contact apple?
please help....
It depends, first, from AppStore country where you App was bought by user, and, second from country from where user runs your app.
As stated here http://developer.apple.com/iad: iAd advertisements are currently being served to apps on the U.S., U.K., Germany, Italy, Spain, France, and Japan App Stores.

cannot see iAds

I have created a new version and released it on the App store...
The new v1.1 has been approved as well..This version has the iAds code installed in it..
While testing, I was able to see "Test Adv"
But for some reasons, when I download my app, I do not see the iAds in the app..
The Ads Status in my iTunes connect says "Live Ads" and even shows a few numbers for some users..
But why do I not get to see the ads ? Is it like if I am the dev, I'll not see any ads?
Please help me. Thank you.
I am guessing because you are paid for views for your iAds, it makes sense that Apple doesn't serve up ads for the developer's iTunes account. The other reason you might not see an ad (assuming you try it on someone else's device) is the less than 100% fill rate.
I have never seen an iAd on my dev iPhone, but rest-assured, the ads are being shown :)
Update
Having a read of this article on 'Testing iAd Applications', it doesn't explicitly say that ads won't be served up on the developer's account, but it does mention what sort of ads will be served based on the build type.
I had the same issue and the same question with my app.
It turns out that there's not always an ad available to be displayed, ESPECIALLY if you are not in US.
I am in Canada and most of the time there's no ad to display.
Check you iAd Network control panel for the number of ad impressions, and sort by country.
In my case, US has over 90% fill rate (requests / impressions), while Canada is only 4%...
hope it helps...

iAds Mechanism to show iAds

i have made a test application that loads apple test ads.
i am wondering how the real time ads will be loaded instead of apple test ads.
What is mechanism for loading the real time iAds. Can anybody help me in the regard.
Regards
abdul Samad
As the documentation says, it depends on what kind of certificate was used to sign the app:
Developer build: test ads
Ad hoc: test ads
Distribution: live ads
As Jasarien notes, iAds will go live on 1 July 2010 so right now I suspect you would not get any ads at all.
The real ads will be loaded with the same mechanism that is used to load the test ads.
On July 1st Apple will "switch on" iAds and they will start appearing in place of the test ads.
You use the Developer Certificate and provisioning profile to build the release version of the app, and enable the ads while uploading to iTunes Connect. Then when people download your app off the App Store they will see the real ads, and you will make the real money. Apple says that Ad-Hoc and in-house distribution will only show the test ads.