nativescript-app-sync icon indicating copy to clipboard operation
nativescript-app-sync copied to clipboard

Wrong repeating update ???

Open lehongwang opened this issue 6 years ago • 1 comments

Hello, im using app-sync now on few apps and just got wrong update repeatly. after calling appSettings.clear(), the app will notify to exit/restart to update again.

is this the bug ?? or i have to avoid to call appSettings.clear() ??

thank you

lehongwang avatar Aug 06 '19 15:08 lehongwang

Hi, good observation. The plugin needs to remember the current hash (version) it's running and that's stored in appsettings. Can you confirm this doesn't occur without blindly deleting everything in appsettings? Perhaps we can figure out a good way to work around this issue.

EddyVerbruggen avatar Aug 06 '19 18:08 EddyVerbruggen