-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on app reopen after an update is installed #45
Comments
What's the exact command used to release a new AppSync version? |
|
Hmm strange. The stacktrace seems to indicate you've used the "diff" feature.. In any case: is there a way for me to reproduce this? You mentioned "It only happens sometimes." so I hope you can narrow it down to a useful reproduction path. |
I've checked and it's v1.0.7 |
I'm pretty sure this is platform specific so no need to test Android. Did you also test on a real device? The simulator filesystem is quite different from a real device so it would be interesting to know if you see the same problem there. |
ok we fixed it on our end, it was caused by our last deployment being for version 3.3.3 only but being deployed as 3.3, so the people on version 3.3.4 (version update which came from the app store this time) were getting it and it was crashing the app on startup the fix was to remove the deployment, it sucks a bit but we used it for hotfixes only and they came out in a full fledged release later on so it was fine for us 😄 |
Hello,
I get that error when I add a new release using release command and close the app and reopen on iOS simulator. I test it on local. tns build ios command is successful.
What could be the cause of the error?
Tried both on ON_NEXT_RESUME and IMMEDIATE install modes. I test the app while
tns run ios --emulator --no-watch --no-hmr
command is running. It only happens sometimes.The text was updated successfully, but these errors were encountered: