iAd showing default ad?

Hello,
 
I have been testing my game out with iAds, and while I beleive I have everything set up on the Apple side, the default ad that looks like this still appears (Mine’s actually landscape if this matters):
 
http://www.code4app.com/photo/511216766803fab111000001_11.png
 
This isn’t my app, but you should be able to get the idea. I do all the things indicated here:
http://www.coronalabs.com/blog/2013/01/01/using-iads-in-corona/
and here:
http://docs.coronalabs.com/guide/monetization/adSupport/index.html
But the default still shows. One possible error I can think of is in publisherId = “com.coronalabs” . I’m sure you use this, but do you actually have to use your own id here?

Anyway, thanks in advanced to any that help.

The publisherId = “com.coronalabs” in your build.settings just says that we created the plugin.  This must be this way.  iAds uses the bundle ID of your app for it’s AppID.

You will get house/test ads as long as you are running a Developer or AdHoc profile and your app is not live in the store (assuming you have everything submitted right on the iTunes connect side).  

Once your app goes live and if Apple has inventory, then you will get live ads.

Rob

Is it possible to still get these ads when your app is live? I’ve seen these several times in apps that are already live. But if so, are these indicators that the ads work, or if these continue to appear is there a possible source of error that I should look into? In other words, if these show up, does that mean everything is right?

I’m not sure.  Some ad providers can provide house ads to fill in where they don’t have inventory.  I don’t have enough experience with iAds to know what their use of house ads are.

Rob

The publisherId = “com.coronalabs” in your build.settings just says that we created the plugin.  This must be this way.  iAds uses the bundle ID of your app for it’s AppID.

You will get house/test ads as long as you are running a Developer or AdHoc profile and your app is not live in the store (assuming you have everything submitted right on the iTunes connect side).  

Once your app goes live and if Apple has inventory, then you will get live ads.

Rob

Is it possible to still get these ads when your app is live? I’ve seen these several times in apps that are already live. But if so, are these indicators that the ads work, or if these continue to appear is there a possible source of error that I should look into? In other words, if these show up, does that mean everything is right?

I’m not sure.  Some ad providers can provide house ads to fill in where they don’t have inventory.  I don’t have enough experience with iAds to know what their use of house ads are.

Rob