Trying to understand here. I keep various info for my game in the system.DocumentsDirectory… stuff like previous score, highest score attained, last date played, badges earned, etc.
When I create and publish an update to my game, and install it, most times (not always) the old data is lost and it’s like the user is starting over. Oddly though, sometimes it is NOT lost.
Why is that? How do I ensure that prior data is preserved when installing an update to the app? Is this behavior tied to the app name? or the version number? or ?
Thanks for any insights.