Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

All answers and links were confusing for me. If you need more info, tell me.

share|improve this question

closed as not a real question by Bill the Lizard Jan 26 at 4:39

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

1st way : NativeApplicationUpdater is the project which update your application, gives progress of downloaded byte and every thing.

you just managed a single XML file on server which have all information about new release say Version number, release notes for Windows, MAC, Linux and all. you have All Source code of this Library so if you want to edit some functionality of this library then you can...

you can watch tutorial of this library usage here

2nd way: use in built Application Updator means flex/AIR sdk provides us this functionality to update our application. see more Example about default application updator at here. this link gives info with some demo application.

may this'll helpful to update your application.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.