Closed kekeChang closed 6 years ago
👋 Hi! Thank you for your interest in this repo.
😢 We are not using nordnet/cordova-hot-code-push anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork.
🔒 This will now be closed & locked.
ℹ️ Please see #371 for more information.
By reading Update workflow I noticed that '7.Update installed, and user is redirected to the index page of your application.' I use this chcp plugin in my project and everything works well on Android including three steps: fetch-install-redirect. The last step of 'redirect' on IOS does not works, just splash screen and the
home.html
didn't change, however, the release inchcp.json
has been synchronized to the local device that means when I restart my app application the function calledchcp.fetchUpdate()
will return theerror.code:2-NOTHING_TO_UPDATE
. I need help.My test device is iphone 7, IOS 11.
cordova info:
The Xcode console's info:
CDVWKWebViewEngine shouldReloadWebView reload: 0
What should I do?