Hi all,
I have build an iPhone app which is currently in the app store and I am preparing an update for it.
The app saves information in a sqlite database and because the DB structure has changed significantly in the update I am now trying to migrate the information from the old DB to the new one.
Everything works smoothly when I do this in my dev environment but when I download the app from the store and then install the update from my Mac I get weird Sqlite errors (columns are reported missing).
I have pulled the app contents and examined the sqlite file and the DB structure seems to be just fine.
What I am thinking is that it might be a permissions issue...
Can you please tell me if I am missing something? Can an update from my dev machine read files that were downloaded via the app store?
Thanks