Page 1 of 1
Updating apps
Posted:
Sat May 19, 2012 10:26 am
by phyzix5761
Once a game is in the app store is it possible to add updates without deleting saved vars? In other words, if I add an update will all of the players progress be lost?
Re: Updating apps
Posted:
Sat May 19, 2012 4:15 pm
by skydereign
If you don't include the saveVars file in the update, it should preserve the player's save data.
Re: Updating apps
Posted:
Sat May 19, 2012 6:11 pm
by REDNSX
If all you are saving is high scores like I am you could update and the high scores will remain. At least that is my experience with that. Basically with me I only have save variable if high score is higher than before. Hope that helps to an sure your question.
Re: Updating apps
Posted:
Wed May 23, 2012 2:01 pm
by phyzix5761
Thank you guys.