Application update, insert data in coredata while preserving userdata without modelchange
- by Michiel
Hi,
I want to release an update for my app.
I'm stuck on how to update the existing core data database which also stores data entered by the user.
All i need to do is update a couple of records and preserve current user data. No changes are made to the model.
Thanks.