1

Is updating a Flex Mobile Application done in the same way an Air application is updated?

Can't seem to find information specifically for mobile on this.

Apparently, if I trace out Updater.isSupported, it gives back false. From the Adobe documentation: The AIR update framework is only supported in the desktop profile. It is not supported for extended desktop applications (applications installed with a native installer), and it is not supported on the mobile profile (iPhone applications written with ActionScript 3.0). Check the Updater.isSupported property at runtime to see if the update framework is supported.

So how do you implement updates for Mobile Apps created with Flex (Android + iOs)?

Lieven Cardoen
  • 25,140
  • 52
  • 153
  • 244

1 Answers1

5

http://help.adobe.com/en_US/air/build/WS901d38e593cd1bac-77bd3ea112e2c0a7ed0-8000.html gives a clear answer.

Lieven Cardoen
  • 25,140
  • 52
  • 153
  • 244