I'm working on an application which is changing daily and ran through adobe build using phonegap. At the moment I am using hydrate to update it but their are a number of criteria which it does not satisfy.
Does anyone know of any way I can create my own updater which can update any of the app files (including the index.html) by checking my server for update. I thought about using the file manager API but upon reading other posts it appears it can't edit any of the app files.
Does anyone know any methods to overcome this or have any comment/thoughts on security and best practices?