So I have an android game that records two values, the Highest score, and the longest time.
The problem is, is that the longest time resets its randomly. I been testing my game for two months now, and the longest time resets itself, without no cause. It will display the longest time for 2 to 3 weeks, and then it will reset self.
The thing is, is that the Highest Score, does not reset itself, and displays the highest score without a problem.
It does this in the browser testing, and in app testing.
This is the best score display.
Hopefully someone can teach me a safer method of storing long term data, or just correct what I did wrong. It is driving me crazy lol.