1

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.

Baidyanath
  • 167
  • 1
  • 4
  • 14

1 Answers1

0

There is an answer right in stackoverflow: Serving cordova app www folder remotely

Also, you can check this out for sample code of Cordova Dynamic Loader:

https://github.com/markmarijnissen/cordova-app-loader

Community
  • 1
  • 1
jaselg
  • 367
  • 3
  • 10