nothirst / TICoreDataSync

Automatic synchronization for Core Data apps, between any combination of Mac OS X and iOS: Mac to iPhone to iPad to iPod touch and back again.
https://github.com/nothirst/TICoreDataSync/wiki
807 stars 61 forks source link

Can I addd TICoreDataSync support for SQLite coredata store, one the app is in appstore? #24

Closed Tonkuz closed 11 years ago

Tonkuz commented 11 years ago

Hi, I have an existing app using coredata. I want to add iCloud support via TICoreDataSync.Can I do it without loosing existing data?

MrRooni commented 11 years ago

Absolutely. Your data model will need to be modified to include the sync ID required for TICDS, but you certainly won't lose any data. Currently the main fork of TICDS does not support iCloud, but Drew McCormack has a fork that does use iCloud that you should check out.

Sent from my iPad

On Dec 13, 2012, at 6:37 AM, Tonkuz notifications@github.com wrote:

Hi, I have an existing app using coredata. I want to add iCloud support via TICoreDataSync.Can I do it without loosing existing data?

— Reply to this email directly or view it on GitHub.