ANE-Android-Expansion icon indicating copy to clipboard operation
ANE-Android-Expansion copied to clipboard

AIR extension to manage Android application expansions

Results 3 ANE-Android-Expansion issues
Sort by recently updated
recently updated
newest added

Hi Any chances of updating to 64 bit version and AIR 33?? Regards. Greg.

There's a bug in the play_licensing client library that causes an Exception to be thrown at startup: `java.lang.IllegalArgumentException: Service Intent must be explicit: Intent { act=com.android.vending.licensing.ILicensingService }` The bug, and...

https://github.com/alebianco/ANE-Android-Expansion/blob/master/source/actionscript/agnostic/src/eu/alebianco/air/extensions/expansion/ExpansionManager.as ``` java switch(true) { case status && STATUS_SECURITY == 0: { message = "You havent configured the market security. Plase call setupMarketSecurity() to setup your data."; break; } case...