StartApp ANE is a native extension to use the services of StartApp, a Mobile Ad Network specialized in monetization and distribution of free mobile applications. Unlike other advertising platforms, StartApp pays you for every download of your own app.
The extension is extremely easy to use and setup. It has a single method that must be invoked when the game starts. Sign up as a developer and use the promo code A6DAV to get a $25 bonus when you reach the first 100 downloads of your app!
Sample
import com.vitapoly.nativeextensions.StartAppANE; ... var startApp:StartAppANE = new StartAppANE(); startApp.init();
Doesn’t work, Need Help!
I face two problems while integrating this ANE with my AIR App:
1. startApp.init() worked and I can see the StartApp license agreement on my device, but none of the two buttons (Accept, Decline) work, hence the app is stuck.
2. I can see no API other that StartAppANE.init(), and am clueless as to how to show the ads IFF my problem #1 is somehow solved.