Shlomo Zalman Heigh
Shlomo Zalman Heigh
I'm waiting on this too. In the meantime will use @PauloPeres's repo
@PauloPeres I tried to link directly to your repo from my package.json but it appears the library needs to be compiled and published on npm. Would you consider publishing your...
We ended up implementing this internally so I'm not going to be able to dedicate time to finishing up the implementation here. If you want to close the PR that's...
I created pull request #145 which adds the session token option.
I'd like to participate as well.
I'm also experiencing this issue. I don't have a deployment key in config.xml since I always set it in JS, so when the app launches it always fails to check...
To show the version of the currently installed codepush update, use `codePush.getCurrentPackage`. See the docs here https://github.com/microsoft/cordova-plugin-code-push#codepushgetcurrentpackage
I'm having this issue on iOS only. I'm using cordova-ios 6.10 (with the code from PR https://github.com/microsoft/cordova-plugin-code-push/pull/513 for compatibility). I'm also using WKWebView, and the error occurs both on the...
I suspect this is related to WKWebView and this code: https://github.com/microsoft/cordova-plugin-code-push/blob/master/src/ios/CodePush.m#L409 @amjadyahya1 what is your stack trace on Android? I'm guessing it's a different issue.
@ermik Thanks for the insight. I took a look at the JS console from Safari, connected to the simulator, and this is what I see. Maybe this will shed some...