Reputation: 12859
I am implementing iAds in my app. The view is appearing with an image "Test advertisement". How can I show different ads in the view?
Upvotes: 0
Views: 421
Reputation: 27536
When you publish the app on the App Store, it will get real ads. The "Test advertisement" ads are there just to allow you to test your implementation when you are developing. So the fact that they appear correctly is a good sign.
To get the revenue from the ads that appear on the published app, you will have to sign the iAds contract that you can find in your iTunes connect account.
Note that Apple has algorithms to decide which ads appear in which apps. So you may not get ads even if your app is published and specially if you don't have a large user base.
Upvotes: 4
Reputation: 18875
You don't deliver ads to iAd - the system does it automatically when your app is released.
Ad revenue is also calculated automatically.
Please refer to: iAd Programming Guide
Upvotes: 1
Reputation: 28144
You can get money from apps when they are released.
If you try to launch it from an emulator, you will always see the "Test Advertisement" message.
You will see different advertisements automatically, you don't have to care about it.
Upvotes: 0