saving player stats if update the game

rab127rab127 Member, PRO Posts: 47

Hi

Getting ready to try setting up some of the save features of a game I am making but wondering about updating it later.

If a player has saved where they are in a game, say finished level 5, and have achieved a x number of experience points is this information wiped out if they install the updated form of the game?

Comments

  • mau557mau557 Member Posts: 8

    I don`t know how it works from updating in the App Store. But I have updated builds in TestFlight and all the saved data stays saved in AD HOC testing.

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408

    attributes and tables will remain saved if you update the game, unless you manually delete it first.

    however, if you are saving values into a table, then add a new column, the table will be overwritten and you will lost any saved data. so it's best to plan ahead!

Sign In or Register to comment.