Updating iOS App without deleting the SQL DB
Hello there,
I have a huge knot in my brain right now....
I need to update my iOS App, wich has a local SQL db installed (generated when you run the app for the first time).
Users have encrypted data stored in this database. Now, i'm not sure of what i should do, or rather how an update on iOS works.
If you install an update, will the entire App get wiped (with the database) and then replaced with the updated App, or how does this work?
IMPORTANT: I need to update the App, but the Database can't be touched or replaced, wich is stored in the applicationStorageDirectory.
Thank you very much for your help
