Precautions to avoid savegame corruption?
One problem I have had from user in my latest game is that saved games sometimes corrupt or disappear, especially on the mobile versions of the game. This of course cause great frustrations of the user, especially if they have bought ingame inapps like gems etc. It is thankfully not common, but I have still had a bunch of one stars from people this have happened to. One of the "problems" with my game I guess is that the game is always "on" (there is no level complete screen etc) so saving happens in even intervals. I guess this makes it so the user could quit the game in the middle of a save, or like I have heard also having it crash on them just in the middle of a save. I am using an ini to save to.
Now, my question is if there are ways to minimize this and prevent data loss in this way?