Quantcast
Channel: Adobe Community : Popular Discussions - Using Flash Builder
Viewing all articles
Browse latest Browse all 70427

Adobe ANE stageAd is not working in App Store

$
0
0

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=newStageBannerAd();

ad.showOnlyIfLoaded=false;

ad.stage=this.stage;

ad.addEventListener(StageAdEvent.AD_LOAD_COMPLETE,adLoadStart);

ad.addEventListener(StageAdEvent.AD_LOAD_FAIL,adLoadEnd);

trace("iad init");

}else{

trace("iad is not supported");

}


Viewing all articles
Browse latest Browse all 70427

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>