Another iOS packager bug
came across bug in ios packager. in project have function looking this:
private function sample():object
{
var ivalue:int = 10;
return false ? ivalue : null;
}
it correctly returns 'null' if packaged in ipa-debug-interpreter, apk-captive-runtime modes or if running in adl. returns '0' if packaged in ipa-ad-hoc mode. had spend whole day figure out problem. not first type cast issue came across. , takes lot of effort everytime debug (10 minutes build project!). i'm breaking dead line giving customer excuse 'adobe packager ios not work right'. sounds total bs of course. adobe, please, straight. hard enough develop air mobile. bugs 1 make worse. either way, i'm planning advocate using native tools in our next projects.
hi,
i tried code , working fine me. packaged app possible targets , got "null" in each case.
could please tell version/build using?
-pranali
More discussions in AIR Development
adobe
Comments
Post a Comment