-
Notifications
You must be signed in to change notification settings - Fork 467
iOS app still load index.html from old externalStorage after I update the app #99
Comments
Please, read https://github.com/nordnet/cordova-hot-code-push#how-web-project-files-are-stored-and-updated. That part of the docs explains, why this is happening. In short: when the app starts - plugin checks, if So, if you just update the app - packed version is ignored. To simplify the development you can use local dev add-on. |
I have changed the build version in xcode and the release value in chcp.json. |
This is how I tested it.
|
I need to change the ios-CFBundleVersion? On Fri, 5 Feb 2016, 23:54 Nikolay Demyankov [email protected]
|
|
mhm i deployed the app with initially with
then i made a change and tried to deploy the following ways
Finally found out it only works with Integers? Is this wanted or a bug? |
@mnewmedia Good catch. You can say, that it's a legacy stuff. Previously it was using it as an integer, because the same value was used for |
@mnewmedia uploaded fix in the repo: build version can now be a string. So, changing it from 1.0.0 to 1.0.1 will trigger reinstallation of |
Released. |
I this fixed in the wkwebview branch as well? |
@barocsi Don't actually remember. I'd suggest to use npm version. |
It should load the index.html from www after I update the iOS app right?
The text was updated successfully, but these errors were encountered: