iPhone (iOS) app using local sqlite and desire to sync between multiple devices

后端 未结 2 1953
广开言路
广开言路 2021-02-03 10:19

I have an iPhone (iOS) app that keeps data in a local SQLite database on each device. The app is used to manage a virtual bank account for kids to track their allowance, spendi

2条回答
  •  一生所求
    2021-02-03 10:48

    After finding time to get back to working on the app and also with time passing and Core Data iCloud replication maturing, I converted my app to Core Data (NSSQLiteStoreType) and monitor notifications such as persistentStoreDidImportUbiquitousContentChanges. Using lightweight migrations too. Working well.

提交回复
热议问题