Open vpulim opened 4 years ago
Can you try with mandatoryInstallMode: InstallMode.ON_NEXT_RESUME
(at least for iOS)?
ON_NEXT_RESUME does fix the issue. Is this a limitation on iOS?
Not really. That stacktrace made me wonder if it's a timing issue for showing the alert that's associated with the IMMEDIATE flow. And if this is an AppStore distributed app then you should not prompt the user to kill their app anyway.
This is for an Enterprise customer unfortunately and we need a way to ensure patches/bug fixes gets rolled out immediately. Happy to help debug further if needed, and thank you for the awesome work on this plugin!
Not sure what to do without diving into this (no time unfortunately).. maybe wrap that entire AppSync.sync({
thingy in a timeout of a second?
The app crashes on an appsync update when using NativeScript Vue. I've created a repo based on the vue template app for reproducing this: https://github.com/vpulim/appsync-crash
I ran the following commands:
The stack trace is here:
The only change I made to the sample vue app is: