Hey guys! I’m new and starting to develop my own cat clicker game. If I release an update to the app store, will my player score be saved during the update so they don’t get frustrated and delete the game?
It depends on how you save their score. If you used something like Firebase or Airtable, it won’t be impacted by the update. If you used app variables, it will be wiped.
What if I use a stored variable?
It should but it is hard to account for every case. For something that needs to be super permanent, it is a little risky.