Hi,
We're making an app using phonegap to load it locally. Everything is working fine, the problem is that our manager asked us to find a way of update the whole site (if necesary) from internet and replace the old one. So far I created one method to do it when the website is copied to the Documents folder but I found that the 'www' site folder is loaded from the bundle of the application and in iPhone is not possible to modify files inside the folder.
Some say it would not be permitted to do such a thing like changing substantial parts of the application this way...
Please, do you know any approach to solve this? thanks in advance.