Never mind, that is for desktop apps, not mobile apps. I'm guessing manually parsing those files you mentioned is probably the only way.
On Mon, Aug 28, 2017 at 11:51 AM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > Have you tried this? > http://help.adobe.com/en_US/AIR/1.5/devappshtml/ > WS5b3ccc516d4fbf351e63e3d118676a5e5e-7fff.html > > On Mon, Aug 28, 2017 at 11:36 AM, Erik J. Thomas <e...@linqto.com> wrote: > >> Hey all: >> >> Is there a simple way to access a Flex mobile app's bundle/package ids at >> runtime? Of course I can write the code to parse Info.plist and manifest >> files on iOS and Android to get them, but it seems there must be a built-in >> "Flex" way that some great Apache engineer anticipated someone would need. >> >> I have an unusual scenario in that we "brand" existing APK and IPA files >> by changing their bundle ids and by modifying the packages (IPA and APK >> files) and re signing them without compiling the app. The App doesn't have >> any idea what it's bundle/package id is at runtime and we need that to hit >> an authentication server API. >> >> I've poked around the docs and searched the web and am coming up empty >> handed. Just hoped I could save some time. >> >> Thanks! >> >> Erik >> >> >