I have an app for iOS Phonegap. My application is distributed privately, so there is and will not be an application store. The application interacts with homebrew middleware. To manage application updates, I thought of doing something like:
-> At the beginning of the application, check if a newer version is available.
-> If yes, then call the home-made Javascript module, which will use the I / O API for HTML5 files to update / create / delete files based on the output of the middleware.
source share