So I don't want to upload my apps to the google play and iOS stores with the "air." prefix on their package names. I've seen a guide to do this here, but it seems to be very error-prone. Now, on stack overflow, there was one answer to this question (here) that mentioned a much simpler method: set the environment variable AIR_NOANDROIDFLAIR
to true and export your app.
So I've set this variable on mac and tried exporting an app, but it remains with the air prefix. I tried looking around the web to see if I was following the advice correctly and found that environment variable trick mentioned only on two stack overflow answers. Is that thing legit?
My publishing setup is mac with adobe flash builder 4.6, if this helps. I'm used with exporting apps via the "Export Release Build" button.