I am using com.adobe.ane.stageAd package with starling game I made (GravityEscape - it is an iPad game approved and released in store). Here is my problem, I am trying to show banner ads but they will not work.
a) In development test ads DID show. I thought everything was fine.
b) I am approved to use iAd. Contracts enabled, iAd is "live" in the dashboard.
c) iAd dashboard shows no requests? Why?
If anybody else has the no requests issue please let me know. I can find no documentation other than the autogenerated stuff here- http://www.adobe.com/devnet-docs/gamingsdk/anedocs/
Here is my code I am using on app init:
if(StageBannerAd.isSupported){
ad.addEventListener(StageAdEvent.AD_LOAD_COMPLETE,adLoadStart);
ad.addEventListener(StageAdEvent.AD_LOAD_FAIL,adLoadEnd);