Closed shadow2000 closed 11 years ago
Lars,
Just so I understand, TICDS catches newly created objects and syncs them to other devices, but changes to those objects are not synced?
While going through your logs I noticed that TICDS can't find your whole store file (which is most likely unrelated, but something you might want to check out anyway)
-[TICDSDocumentSyncManager documentRegistrationOperationCompleted:] : Checking whether to upload whole store after registration -[TICDSDocumentSyncManager documentRegistrationOperationCompleted:] : Delegate allowed whole store upload after registration -[TICDSDocumentSyncManager startWholeStoreUploadProcess] : Starting whole store upload process -[TICDSDocumentSyncManager startWholeStoreUploadProcess] : Checking to see if there are unsynchronized SyncChanges -[TICDSDocumentSyncManager startWholeStoreUploadProcess] : Asking delegate for URL of whole store to upload -[TICDSDocumentSyncManager startWholeStoreUploadProcess] : Store does not exist at provided path -[TICDSDocumentSyncManager bailFromUploadProcessWithError:] : Bailing from whole store upload process
Can you give me some more details about how you're doing the changes? Are they happening in a child context? Is the log above all from one run of the app with no restarts in between? Is there anything else about the setup that's different from the sample projects?
best, Michael
Hi Michael,
you got it right but after your hint about the store path I realized that there was my mistake. The real store had another path. After I fixed that changes are synchronized as well. Now I'm struggling with uploading of the initial store but I think I will solve that after reset the dropbox data and trying my App step by step.
But I think this issue can be closed.
Thx for your reply.
2013/6/24 Michael Fey notifications@github.com
Lars,
Just so I understand, TICDS catches newly created objects and syncs them to other devices, but changes to those objects are not synced?
While going through your logs I noticed that TICDS can't find your whole store file (which is most likely unrelated, but something you might want to check out anyway)
-[TICDSDocumentSyncManager documentRegistrationOperationCompleted:] : Checking whether to upload whole store after registration -[TICDSDocumentSyncManager documentRegistrationOperationCompleted:] : Delegate allowed whole store upload after registration -[TICDSDocumentSyncManager startWholeStoreUploadProcess] : Starting whole store upload process -[TICDSDocumentSyncManager startWholeStoreUploadProcess] : Checking to see if there are unsynchronized SyncChanges -[TICDSDocumentSyncManager startWholeStoreUploadProcess] : Asking delegate for URL of whole store to upload -[TICDSDocumentSyncManager startWholeStoreUploadProcess] : Store does not exist at provided path -[TICDSDocumentSyncManager bailFromUploadProcessWithError:] : Bailing from whole store upload process
Can you give me some more details about how you're doing the changes? Are they happening in a child context? Is the log above all from one run of the app with no restarts in between? Is there anything else about the setup that's different from the sample projects?
best, Michael
— Reply to this email directly or view it on GitHubhttps://github.com/nothirst/TICoreDataSync/issues/64#issuecomment-19910668 .
Great!
Hi,
I'd like to integrate this Framework, because the iCloud CoreData integration is crap, and have made a Test-App to get a feeling how to integrate TiCoreDataSync.
New entries will be synched across my devices but now I'm testing changes to existing entries but it seems to me that these local changes are not sent.
Here's my log from a fresh start:
And here is my log after saving a change (Auto sync on moc save enabled)