« Write for the AIR Cookbook | Main | Adobe AIR 1.1 now in the wild »
Adobe AIR Update Framework
| By Rich Tretola | June 17, 2008 | Print This Post
|
| 171 views |
I have been using my UpdateManager that was originally built during the Apollo alpha and updated along the way for all of my AIR projects. Now, there is finally an official solution provided by Adobe. The new Adobe AIR Update Framework uses the same techniques as my UpdateManager as it uses a remote XML descriptor file to hold the information needed about the current version of your application that is read by the Update Framework.
So, here is the good news. If you have been using my UpdateManager, you can switch to the Update Framework by simply adding it to the next version of your application.
Here is some official information about the Update Framework.
This beta release of the update framework for Adobe AIR Applications provides APIs to assist developers in including good update capabilities in their AIR applications. The functionality present in update framework assists developers in the following:
- Periodically checking for updates based on an interval or at the request of the user
- Downloading AIR files (updates) from a web source
- Alerting the user on the first run of the newly installed version or performing data migration
- Confirming that the user wants to check for updates
- Displaying information to the user on the new available version for download
- Displaying download progress and error information to the user
The update framework supplies a default user interface that your application can use. It provides the user with basic information and options related to application updates. Your application can also also define its own custom user interface for use with the update framework.
Topics: Adobe AIR, Announcements |







