TomJeffries
TomJeffries

Reputation: 568

Adobe AIR and iOS

Is it possible to create an app using Flash and Adobe AIR that runs on iOS? I thought Apple had eliminated the possibility of using Flash- does AIR have a solution? What kind of problems are there?

Upvotes: 1

Views: 191

Answers (3)

Fuad All
Fuad All

Reputation: 975

With adobe air you can compile and debug ios and android applications faster than other tools like xamarin,appcelerator etc. Another benefit is that you are using same codes for both platforms with Flashdevelop free ide you are just choosing platform when compiling apk or ipa. Also you can develop ios applications on windows machine without xcode sdk. You just need mac when uploading to applestore. To install ipa to devices via usb you don't need mac or xcode.

Upvotes: 0

Saif Ur Rehman
Saif Ur Rehman

Reputation: 1

You can use Adobe Air cross platform for iOS and Android and also you can upload final product on app store.

Upvotes: 0

user935929
user935929

Reputation: 46

Yes. You can create AIR applications for iOS. (What Apple doesn't allow is running Flash in a browser/web view.)

Upvotes: 2

Related Questions