简体   繁体   中英

Pull Phonegap/Cordova hybrid app www webapp folder remotely for updates

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM