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

Automatic detection of changes (iCloud) #50

Closed jokoerner closed 11 years ago

jokoerner commented 11 years ago

As [TICDSFileManagerBasedDocumentSyncManager enableAutomaticSynchronizationAfterChangesDetectedFromOtherClients] is no longer in use, how do you achieve automatic synchronization after changes are detected?

MrRooni commented 11 years ago

This method has been replaced with a more generic version that works with both the Dropbox SDK and FileManager implementations: [TICDSDocumentSyncManager::beginPollingRemoteStorageForChanges]