Need help with an issue of remote data updating

I am currently working on a word puzzle app for a client. I'm feeding the words from multiple tables - one for each category since we don't have any sort of SELECT ability like mySQL.

My issue is figuring out the best way to update the puzzle tables. It would be great if we could download upgrades directly from GameSalad, but currently there is really no official support for anything like that.

The only alternative I can see is to update them in the app, then post the updated app to stores. This presents me with a couple of issues I haven't run into before. For instance...

Say I have a table of 300 Entertainment related puzzles and I add 200 more. The table is saved when the person completes each puzzle so that it doesn't repeat. When the update installs, I'm assuming it won't keep the old data but it will be overwritten with the new table so it resets it back to default. Or worse, it doesn't overwrite a saved table at all and the updates can't be done that way.

Anyone run into this situation before? Any ideas?

Thanks in advance!

Comments

Sign In or Register to comment.