Preserving localStorage on app update?
xingped opened this issue · 4 comments
xingped commented
Is localStorage preserved when your app is updated? If not, is there a way/strategy to preserve localStorage and transfer it to the new app?
hermwong commented
The localStorage is preserved when your app is updated.
adam-lynch commented
Unless you're somehow deleting the directory where it's stored. Doubt it though. This might happen if your new update has a different as well though.
jhaslowh commented
Whenever my app updates, everything in the directory is deleted and the new updated app files are placed in the directory. Is there a way to make it only delete the app files being replaced?
For reference, this is happening on Windows 10 (64bit)
adam-lynch commented