Skip to main content
Participant
April 28, 2014
Question

Use of AIR for generating iOS binaries

  • April 28, 2014
  • 1 reply
  • 278 views

Hi,

Recently I have been studying the generalities of mobile development, and clearly see that it is kind of difficult to create native applications to target different systems (ios, android, and so on) without rewriting code or getting unresponsive apps.

I already know AS3 and Flex, so AIR would be the way to go, however, after searching for hours, I have not been able to determine whether I have to use XCode mandatorily to target iOS devices with AIR, thus requiring a macbook or the like...

Is it possible to use AIR to target iOS devices without the need of MacOS? if so, why is that possible? In my opinion, Apple is always trying you to buy their stuff and this wouldn't be an exception.

Thanks.

This topic has been closed for replies.

1 reply

Colin Holgate
Inspiring
April 28, 2014

You can entirely develop an AIR app under Windows, right down to having a final IPA file to submit. You’ll need a Mac, or Mac OS, to use Application Loader in order to upload the file.

Participant
April 28, 2014

Thanks for the answer Colin

I had in my mind that in order to generate a binary, you needed (at least) some runtime libraries of the -target- operating system.  In this case, AIR probably goes down directly to underlying chipset...

Colin Holgate
Inspiring
April 28, 2014

I think it’s more devious than that. The AIR SDK has a copy of the iOS libraries it will need, even if you’re on Windows,