Does CoreData persist the user data after I upgrade the app? Otherwise I’d need to write a web services with a db to persists the user data.
Thanks in advance!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you store your data in the application’s documents directory, you don’t need to update your database or settings if you are just upgrading the app. If you delete the app from the device, then the documents is also deleted, in which case you will have to recreate your data.