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
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
Local: stored on the device, backed up in the cloud, and persists across updates.
For more detail you could refer to ApplicationData Class.