Mani
Mani

Reputation: 101

Does Flash 5.5 and Flex 4.5 really acceptable for iPhone Apps at App Store?

My Flex person claims that now Flex can do for iPhone as well. Whereas my iPhone person says Apps done in windows environment cannot be acceptable by App Store. Does anyone expert in both can tell me real thing. If you can share some link on App Store developed in Flex will be really appreciated.

Thank you for all who are reading this

Raja

Upvotes: 0

Views: 1170

Answers (2)

Brian Genisio
Brian Genisio

Reputation: 48147

Absolutely. If you are developing your Flash or Flex application for Air Mobile, you can build it for iOS and sell it in the App Store. Your "iPhone person" is misinformed. The reason this is possible is because the application is re-packaged as a native application with Objective-C bytecode. You don't need XCode. You don't even need a Mac.

You can try it yourself:

  1. Download and install the demo of Flash Builder 4.5
  2. Create a new Mobile Flex application.
  3. Select iOS as a target platform. Android is also an option
  4. Develop your app
  5. You have the choice to run the app in an emulator or build it as an iOS package
  6. If you build it to run on iOS, you will need to use iTunes to load it. Provisioning rules (including being a member of the Apple Developer Network) apply the same as normal iOS development.

Good luck!

Upvotes: 3

Related Questions