iPhone | Core data migration for a new version built from scratch

后端 未结 3 1705
遥遥无期
遥遥无期 2021-01-16 09:26

I am working on an App update and this version is completely built from scratch and has completely new coreData model schema. I need to write coreData

3条回答
  •  無奈伤痛
    2021-01-16 10:03

    You can do migration by reading old database with pure sqlite SELECTs and inserting data into new database through coredata model. I've made this in my software to import data from concurrent software :)

提交回复
热议问题