Does the previous (Javascript) local-storage data will be persisted when Windows 10 UWP apps gets updated

88 views Asked by At

We are developing a Windows UWP Javascript app for XBOX and we are storing user data in the localStorage web api.

Does the localStorage persist the data when there is an app update.

Thank You, Harshin

1

There are 1 answers

0
Nico Zhu On

Does the localStorage persist the data when there is an app update.

Local: stored on the device, backed up in the cloud, and persists across updates.

For more detail you could refer to ApplicationData Class.