Asked by:
is ApplicationDataContainer data persisted across app re-installation?

Question
-
I am making use of the ApplicationDataContainer/ApplicationDataCompositeValue to persist data across app launches and sync across devices and hence using the applicationData.roamingSettings. However one thing that I noticed is that the settings value seems to persist across app uninstall on the same device.
install app, do whatever to persist data, and uninstall app, and reinstall, when the app runs it seems to pick up these values from earlier installation which is something that I wouldn't be expecting.
Also, is there a physical location that I can navigate and check for these values? where exactly is the location for saving these values?
Regards, Rv.
Friday, February 20, 2015 2:09 AM
All replies
-
If the data roams then it can roam back the local system when the user reinstalls the app.
- Proposed as answer by IssueKiller Monday, February 23, 2015 3:06 AM
Friday, February 20, 2015 2:14 AMModerator -
hmmm, yes, but I would expect otherwise.
Regards, Rv.
Friday, February 20, 2015 8:08 PM -
hmmm, yes, but I would expect otherwise.
Roaming data is the only way i think
Regards, Rv.
Best Regards,
Please remember to mark the replies as answers if they helpMonday, February 23, 2015 3:06 AM -
what about the location? Is it possible to see the data? where it's stored atleast if not in a readable format?
Regards, Rv.
Tuesday, February 24, 2015 2:15 AM -
what about the location? Is it possible to see the data? where it's stored atleast if not in a readable format?
Regards, Rv.
hmmm, looks like here
C:\Users\%user%\AppData\Local\Packages\%packageID%\Settings
Regards, Rv.
Tuesday, February 24, 2015 2:22 AM -
what about the location? Is it possible to see the data? where it's stored atleast if not in a readable format?
Regards, Rv.
hmmm, looks like here
C:\Users\%user%\AppData\Local\Packages\%packageID%\Settings
Regards, Rv.
Best Regards,
Please remember to mark the replies as answers if they helpThursday, March 5, 2015 11:22 AM