Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can FlashDevelop deploy to iOS?

I have searched the internet looking for a definitive answer to the question of can FlashDevelop deploy to iOS. All the thing's I have read are not very clear and not very certain. I don't have enough money to afford Adobe Flash or Flash Builder so provided I have a Mac is FlashDevelop a suitable replacement that I can make flash games for iOS?

thanks, David

like image 276
DavidColson Avatar asked Oct 10 '22 04:10

DavidColson


1 Answers

Good tutorials

Here are some detailed tutorial here to publish to iOS from FlashDevelop - this kind of template will be integrated in FD in the future:

  • http://www.codeandvisual.com/2011/exporting-for-iphone-using-air-27-and-flashdevelop-part-two-creating-an-iphone-project/
  • http://connorullmann.com/2011/04/air-2-6-and-ios/

Workflow optimization

Please note that since these tutorials the AIR SDK was improved and you can package your IPA in "interpreter" mode, it greatly cuts packaging time and it runs about as fast unless doing really CPU intensive computations.

In your packaging command, use ipa-test-interpreter or ipa-debug-interpreter instead of the respective ipa-test and ipa-debug options. This is something to locate and change in the .BAT scripts which do the packaging job.

like image 166
Philippe Avatar answered Oct 13 '22 01:10

Philippe