Is the data used by the application deleted when the user installs the update?

Is data stored in isolated storage after a user installs an update for your application on a Windows 7 phone?

Are isolated storage facilities also preserved after the upgrade?

+2
source share
1 answer

No, IsolatedStorage only wipes if the user uninstalls the application. The upgrade leaves the old data intact. Obviously, if the new version of your application wants the data to be in a different format, you will have to process the conversion yourself in the code.

, , " " " " - " Visual Studio", ( ) . IsolStorage. IsolStorage.

+2

All Articles