ANE TestFlight is an Adobe Native Extension that allows the use of TestFlight SDK. TestFlight is a service that makes the testing process of an application a much easier task.
Sample
public static function init():void public static function crash(message:String):void public function getQualifiedClassName(obj:Object):String public function enumerateObjectProperties(obj:Object):Array public function __retainObject(obj:Object):int public function __getObject(id:int):Object
This is exactly what I need! Can you give me a beginners/dummies guide to using this in my Adobe AIR (iOS) app. Do I just copy these functions in my .as file and TestFlight does the rest?
Hey there! You can find information on how to use an ANE at Adobe’s site. About the TestFlight extension itself, I have never used. I think you can contact the author and ask for some help 😉