No iAd in iTunesConnect - app-store-connect

Want iAd in app. So can't find how to add iAd in iTunesConnect. There are only paid and free application types.
How to request iAd type?

The iAd App Network was discontinued as of June 30, 2016.

Related

iTunes Connect bank account issue

This is my first time experience in uploading an app on App Store.
The problem that I encountered is that my app is free with iAd. Do I have to set up a bank account in iTunes Connect before uploading it?
Yes, you have to. There is a specific iAd contract you need to sign, in iTunesConnect (Contracts, Taxes and Banking). See the image:

"Set Up iAd Network" button doesn't appear on iTunesConnect

I have just submitted my new app on iTunes Connect but I didn't see the "Set Up iAd Network" to activate iAd on this app.
For my last app, the button appeared.
Is it normal ?
Thanks
I had the same doubt, but I found out that thereĀ“s no more need to set it up for another app. The explanation was right in front of me (us), at the homepage of iTunes Connect:
iAd App Network Configuration Update
Once you sign the iAd App Network Contract and integrate the iAd Framework in your app, all approved and Ready for Sale apps will be eligible to receive iAd ads. You no longer need to enable each app for iAd in the Manage Your Apps module.
Vic HT is right. Heres a screenshot.
Follow this link. You have to fill a contract.
Login to iTunes Connect.
Select the "Contracts Tax And Banking".
And request for iAds.
Accept the agreement.
Provide the bank info.
It's done

iAd is working on test app, but not when its on appstore

I've just made an app containing iAd in iOS 7.
It's working fine on the development state, testing on the phone.
But after it's been released at the appstore, no ad's are being showed.
I HAVE checked the code, and the iAd is enabled
Anyone know why ?
It takes up to 3 days for the ads to be displayed in a new app.

iAd and AdMob ads are not showing in released iPhone App

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.
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.
If you are using the BannerViewController in the iAd sample code and find that iAd works perfectly when built for iOS5 but does not show up when built for iOS6, then find the line in BannerViewController: bannerFrame.size = [_bannerView sizeThatFits:contentFrame.size]; and remove the underscore. I implemented iAD in my ShareMonitor app and, although I had identical code to the sample code, ads would only appear when built for iOS5. After some debugging and trial and error, I found this resolved the issue and ads in my app worked perfectly.

PIN authentication on iOS app and then listing all ios apps

I want to list all my published iOS apps list on my main ios app .
My main iOS app will perform like this: First screen will ask to enter PIN (an authorization code, user will have this code from my other web url ) after validation, next screen will show all published app (published from my developer a/c) of iTunes store. apps will be a free type category, if user click on any specific app, the itunes app should be launch to download that app on device.
Could some one please suggest me , is there any violation of Apple's rule to show my apps in this way authentication to my customers? Will apple reject my app?
Although i was trying to understand a search API of iTunes
http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html
Thanks a lot,