Are the settings stored by a Windows Phone 8 app saved when the app gets updated through AppStore?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
IsolatedStorageSettings provide a convenient way to store user specific data as key-value pairs in a local IsolatedStorageFile with an lifespan of the application.
You can find more about IsolatedStorageSettings Class.
So the answer is that Windows Phone app will save any data saved after app update. If you uninstall app you lose all your data from IsolatedStorageSettings.