Is there a way we can pull updates for the web app folder in our hybrid iOS/Android app without taking the pain of releasing a new app each time.
Basically I'm looking for a way to update the "www" folder in my hybrid iOS/android app via some web service (May be we can zip the folder and again unzip it inside our iOS app on successful update).
Thanks in Advance.