|
UpdateManager
AIR applications are out in the world with no connection back to home unless you actively code your application to check in from time to time to say hello is there a new version of me available?
updatemanager, air IntroductionThe UpdateManager class takes the mystery out of keeping your AIR applications up to date. It does a seamless test, alert, and update of itself whenever necessary. The only requirements of the developer are a single class variable set on the main application file and a remote version.xml file. DetailsFor documentation on this class please go to: http://blog.everythingflex.com/air-central/everythingflexair1swc/updatemanager |
► Sign in to add a comment