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

Changes to existing entities will not be sent/synched #64

Closed shadow2000 closed 11 years ago

shadow2000 commented 11 years ago

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:

Jun 20 07:56:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSApplicationSyncManager configureWithDelegate:globalAppIdentifier:uniqueClientIdentifier:description:userInfo:] : Registration Information:
       Delegate: <AppDelegate: 0x14d59940>,
       Global App ID: com.yourcompany.notebook,
       Client ID: F7FE2D81-74C7-4A81-BCD6-B40AFC0092FC-8900-000008BB79D439CA,
       Description: Lars’s iPhone
    User Info: (null)
Jun 20 07:56:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSApplicationSyncManager configureWithDelegate:globalAppIdentifier:uniqueClientIdentifier:description:userInfo:] : Application sync manager configured for future registration
Jun 20 07:56:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSApplicationSyncManager registerConfiguredApplicationSyncManager] : Starting to register application sync manager
Jun 20 07:56:22 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation operationDidStart] : TICDSOperation started
Jun 20 07:56:22 Larss-iPhone DropTest[2559] <Warning>: -[TICDSApplicationRegistrationOperation beginCheckForRemoteGlobalAppDirectory] : Checking whether the global app directory exists
Jun 20 07:56:28 Larss-iPhone DropTest[2559] <Warning>: -[TICDSApplicationRegistrationOperation discoveredStatusOfRemoteGlobalAppDirectory:] : Global App directory exists
Jun 20 07:56:28 Larss-iPhone DropTest[2559] <Warning>: -[TICDSApplicationRegistrationOperation beginCheckForSaltFile] : Checking for salt file
Jun 20 07:56:28 Larss-iPhone DropTest[2559] <Warning>: [WARNING] DropboxSDK: error making request to salt.ticdsync - (404) Path '/com.yourcompany.notebook/Encryption/salt.ticdsync' not found
Jun 20 07:56:28 Larss-iPhone DropTest[2559] <Warning>: -[TICDSApplicationRegistrationOperation discoveredStatusOfSaltFile:] : Salt file does not exist
Jun 20 07:56:28 Larss-iPhone DropTest[2559] <Warning>: -[TICDSApplicationRegistrationOperation beginCheckForRemoteClientDeviceDirectory] : Checking for remote client device directory
Jun 20 07:56:29 Larss-iPhone profiled[2558] <Notice>: (Note ) profiled: Service stopping.
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSApplicationRegistrationOperation discoveredStatusOfRemoteClientDeviceDirectory:] : Client Device Directory exists!
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation ticdPrivate_operationDidCompleteSuccessfully:cancelled:] : TICDSOperation completed successfully
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSApplicationSyncManager applicationRegistrationOperationCompleted:] : Application Registration Operation Completed
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSApplicationSyncManager applicationRegistrationOperationCompleted:] : Finished registering application sync manager
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager checkForHelperFileDirectoryOrCreateIfNecessary:] : Asking delegate for location of helper file directory
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager checkForHelperFileDirectoryOrCreateIfNecessary:] : Checking that delegate-provided helper file directory exists
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager checkForHelperFileDirectoryOrCreateIfNecessary:] : Delegate did not provide a location for helper files, so checking default location
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager checkForHelperFileDirectoryOrCreateIfNecessary:] : Default helper file location exists, so using it
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager registerWithDelegate:appSyncManager:managedObjectContext:documentIdentifier:description:userInfo:] : Starting to register document sync manager
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager registerWithDelegate:appSyncManager:managedObjectContext:documentIdentifier:description:userInfo:] : Creating SyncChangesMOC
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager coreDataFactory] : Creating Core Data Factory (TICoreDataFactory)
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager registerWithDelegate:appSyncManager:managedObjectContext:documentIdentifier:description:userInfo:] : Finished creating SyncChangesMOC
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager registerWithDelegate:appSyncManager:managedObjectContext:documentIdentifier:description:userInfo:] : Registration Information:
       Delegate: <AppDelegate: 0x14d59940>,
       App Sync Manager: <TICDSDropboxSDKBasedApplicationSyncManager: 0x14db62c0>,
       Document ID: Notebook,
       Description: Application's data,
       User Info: (null)
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSApplicationSyncManager applicationRegistrationOperationCompleted:] : Resuming Operation Queues
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation operationDidStart] : TICDSOperation started
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentRegistrationOperation beginCheckForRemoteDocumentDirectory] : Checking whether the remote document directory exists
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation endBackgroundTask] : Operation (TICDSDropboxSDKBasedApplicationRegistrationOperation), Task ID (1) is ending while app state is Active
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentRegistrationOperation discoveredStatusOfRemoteDocumentDirectory:] : Document directory exists
Jun 20 07:56:29 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentRegistrationOperation beginCheckForClientDirectoryInDocumentSyncChangesDirectory] : Checking for client's directory inside the document's SyncChanges directory
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentRegistrationOperation discoveredStatusOfClientDirectoryInRemoteDocumentSyncChangesDirectory:] : Client's directory exists
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentRegistrationOperation beginCheckWhetherRemoteIntegrityKeyMatchesLocalKey] : Fetching remote integrity key
Jun 20 07:56:30 Larss-iPhone SpringBoard[2249] <Warning>: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
Jun 20 07:56:30 Larss-iPhone locationd[1391] <Notice>: Location icon should now be in state 'Region Monitoring'
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentRegistrationOperation fetchedRemoteIntegrityKey:] : Integrity keys match, so document registration complete
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation ticdPrivate_operationDidCompleteSuccessfully:cancelled:] : TICDSOperation completed successfully
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager documentRegistrationOperationCompleted:] : Document Registration Operation Completed
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager documentRegistrationOperationCompleted:] : Finished registering document sync manager
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager initiateSynchronization] : Initiation of synchronization
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager beginBackgroundTask] : Doc Sync Manager (TICDSDropboxSDKBasedDocumentSyncManager), Task ID (3) is begining.
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager startPreSynchronizationProcess] : Starting pre-synchronization process
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager moveUnsynchronizedSyncChangesToMergeLocation] : Checking if there are local sync changes to merge and push
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager moveUnsynchronizedSyncChangesToMergeLocation] : No local sync changes need to be pushed for this sync operation
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager startPreSynchronizationProcess] : Creating a new sync transaction
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager documentRegistrationOperationCompleted:] : Checking whether to upload whole store after registration
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager documentRegistrationOperationCompleted:] : Delegate allowed whole store upload after registration
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager startWholeStoreUploadProcess] : Starting whole store upload process
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager startWholeStoreUploadProcess] : Checking to see if there are unsynchronized SyncChanges
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager startWholeStoreUploadProcess] : Asking delegate for URL of whole store to upload
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager startWholeStoreUploadProcess] : Store does not exist at provided path
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager bailFromUploadProcessWithError:] : Bailing from whole store upload process
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager documentRegistrationOperationCompleted:] : Resuming Operation Queues
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager documentRegistrationOperationCompleted:] : Asking delegate whether to vacuum unneeded files after registration
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager documentRegistrationOperationCompleted:] : Delegate denied vacuum after registration
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation operationDidStart] : TICDSOperation started
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginCheckWhetherRemoteIntegrityKeyMatchesLocalKey] : Fetching remote integrity key
Jun 20 07:56:30 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation endBackgroundTask] : Operation (TICDSDropboxSDKBasedDocumentRegistrationOperation), Task ID (2) is ending while app state is Active
Jun 20 07:56:31 Larss-iPhone locationd[1391] <Notice>: Location icon should now be in state 'Active'
Jun 20 07:56:31 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDropboxSDKBasedDocumentSyncManager restClient:loadedDeltaEntries:reset:cursor:hasMore:] : Processing a response from the polling call. 81 changed files with no more to load.
Jun 20 07:56:31 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDropboxSDKBasedDocumentSyncManager restClient:loadedDeltaEntries:reset:cursor:hasMore:] : Found changes to /com.yourcompany.notebook/documents/notebook/syncchanges during polling, kicking off a sync
Jun 20 07:56:31 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager initiateSynchronization] : We're already syncing, so queueing another sync.
Jun 20 07:56:31 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation fetchedRemoteIntegrityKey:] : Integrity keys match, so continuing synchronization
Jun 20 07:56:31 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfListOfClientDeviceIdentifiers] : Starting to fetch list of client device identifiers
Jun 20 07:56:31 Larss-iPhone SpringBoard[2249] <Error>: TASK-ASSERT: cfurlcache - ProcessCacheTask - FAILED to get task-assertion, going commando with 1 items to process.
Jun 20 07:56:31 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfListOfSyncCommandSetIdentifiers] : Starting to fetch list of SyncCommandSet identifiers for clients (
        "5B8C9FCB-4332-47B0-B0A7-047021208A71-1656-000007B484D76029",
        "8DF7FE3B-77D4-4CC6-A705-DBB020539556-5056-000002E78AC1A991",
        "09555B0F-C704-404B-8338-F08E9EFC174A-3531-00000278714E99CE",
        "0446354C-00FF-4BC3-AB2A-213EE2152299-96820-0000A5283C6F3F89",
        "D61E9E45-2942-42BF-B56B-2FEE1B4CD06C-5066-000002E7DA093D6A"
    )
Jun 20 07:56:31 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfListOfSyncCommandSetIdentifiers] : ***Not yet implemented*** so 'finished' fetch of local sync commands
Jun 20 07:56:31 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfListOfSyncChangeSetIdentifiers] : Starting to fetch list of SyncChangeSet identifiers
Jun 20 07:56:32 Larss-iPhone SpringBoard[2249] <Warning>: ########### Forecast Type 400 to 1000 - wc 19.000000 hi 19.000000 w 8.050000 v 9.990000 / hours 12 / 
Jun 20 07:56:32 Larss-iPhone SpringBoard[2249] <Warning>: ########### Forecast Type 400 to 1000 - wc 19.000000 hi 19.000000 w 8.050000 v 9.990000 / hours 12 / Heute Meist sonnig. Die Temperatur beträgt derzeit 19°; die Höchsttemperatur wird bei 28° liegen. 
Jun 20 07:56:32 Larss-iPhone SpringBoard[2249] <Warning>: ########### Forecast Type 400 to 1000 - wc 19.000000 hi 19.000000 w 8.050000 v 9.990000 / hours 12 / 
Jun 20 07:56:32 Larss-iPhone SpringBoard[2249] <Warning>: ########### Forecast Type 400 to 1000 - wc 19.000000 hi 19.000000 w 8.050000 v 9.990000 / hours 12 / Heute Meist sonnig. Die Temperatur beträgt derzeit 19°; die Höchsttemperatur wird bei 28° liegen. 
Jun 20 07:56:32 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Fetched an array of client sync change set identifiers
Jun 20 07:56:32 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Fetched an array of client sync change set identifiers
Jun 20 07:56:32 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation appliedSyncChangeSetsCoreDataFactory] : Creating Core Data Factory (TICoreDataFactory)
Jun 20 07:56:32 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Fetched an array of client sync change set identifiers
Jun 20 07:56:33 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Fetched an array of client sync change set identifiers
Jun 20 07:56:33 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Fetched an array of client sync change set identifiers
Jun 20 07:56:33 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Finished fetching client sync change set IDs
Jun 20 07:56:33 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfUnappliedSyncChanges] : Fetching unapplied sync change sets
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation unappliedSyncChangeSetsCoreDataFactory] : Creating Core Data Factory (TICoreDataFactory)
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation addUnappliedSyncChangeSetWithIdentifier:forClientWithIdentifier:modificationDate:] : Added sync change set to UnappliedSyncChangeSets.ticdsync
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation fetchedSyncChangeSetWithIdentifier:forClientIdentifier:modificationDate:withSuccess:] : Fetched an unapplied sync change set
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation fetchedSyncChangeSetWithIdentifier:forClientIdentifier:modificationDate:withSuccess:] : Finished fetching unapplied sync change sets
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation ticdPrivate_operationDidCompleteSuccessfully:cancelled:] : TICDSOperation completed successfully
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager preSynchronizationOperationCompleted:] : Pre-Synchronization Operation Completed
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager startSynchronizationProcess] : Starting synchronization process
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation endBackgroundTask] : Operation (TICDSDropboxSDKBasedPreSynchronizationOperation), Task ID (4) is ending while app state is Active
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation operationDidStart] : TICDSOperation started
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSynchronizationOperation beginApplyingUnappliedSyncChangeSets] : Checking how many sync change sets need to be applied
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSynchronizationOperation unappliedSyncChangeSetsCoreDataFactory] : Creating Core Data Factory (TICoreDataFactory)
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSynchronizationOperation beginApplyingSyncChangesInChangeSet:] : Applying change set 0393363425,853506-21054F18-25BB-4014-9723-531A0043E027-5136-000002F28F0BBB24
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSynchronizationOperation beginApplyingSyncChangesInChangeSet:] : There are 1 changes in this set
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSynchronizationOperation syncChangesAfterCheckingForConflicts:inManagedObjectContext:] : Affected Object identifiers: F901B696-3929-48AA-8FE2-C8F37ADFD6A1-5136-000002F28D34FE9A
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSynchronizationOperation applyObjectInsertedSyncChange:] : Applying Insertion sync change
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSynchronizationOperation applyObjectInsertedSyncChange:] : [
    <TICDSSyncChange: 0x14d1e4c0> (entity: TICDSSyncChange; id: 0x14d1f250 <x-coredata://1586FDB8-A5B6-4BEA-830C-639A93F15FC6/TICDSSyncChange/p1> ; data: {
        changeType = 1;
        changedAttributes = "{\n    id = 0;\n    name = \"Erstellt: Mittwoch\";\n    ticdsSyncID = \"F901B696-3929-48AA-8FE2-C8F37ADFD6A1-5136-000002F28D34FE9A\";\n    timeStamp = \"2013-06-19 19:37:04 +0000\";\n}";
        changedRelationships = nil;
        localTimeStamp = "2013-06-19 19:37:04 +0000";
        objectEntityName = Event;
        objectSyncID = "F901B696-3929-48AA-8FE2-C8F37ADFD6A1-5136-000002F28D34FE9A";
        relatedObjectEntityName = nil;
        relevantKey = nil;
    })
    CHANGED ATTRIBUTES
    {
        id = 0;
        name = "Erstellt: Mittwoch";
        ticdsSyncID = "F901B696-3929-48AA-8FE2-C8F37ADFD6A1-5136-000002F28D34FE9A";
        timeStamp = "2013-06-19 19:37:04 +0000";
    }
    CHANGED RELATIONSHIPS
    (null)] Event
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: __63-[TICDSSynchronizationOperation applyObjectInsertedSyncChange:]_block_invoke : Inserted object: <Event: 0x14d33fd0> (entity: Event; id: 0x14d33ee0 <x-coredata:///Event/t42BDF7A7-8563-4B5A-8410-7A655DE00CA13> ; data: {
        eins = nil;
        id = 0;
        name = nil;
        ticdsSyncID = "0DE1F9D8-9386-4169-9D44-C6149B79116B-2559-0000043C6099A495";
        timeStamp = nil;
    })
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: __63-[TICDSSynchronizationOperation applyObjectInsertedSyncChange:]_block_invoke : Updated object: <Event: 0x14d33fd0> (entity: Event; id: 0x14d33ee0 <x-coredata:///Event/t42BDF7A7-8563-4B5A-8410-7A655DE00CA13> ; data: {
        eins = nil;
        id = 0;
        name = "Erstellt: Mittwoch";
        ticdsSyncID = "F901B696-3929-48AA-8FE2-C8F37ADFD6A1-5136-000002F28D34FE9A";
        timeStamp = "2013-06-19 19:37:04 +0000";
    })
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSynchronizationOperation appliedSyncChangeSetsCoreDataFactory] : Creating Core Data Factory (TICoreDataFactory)
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSynchronizationOperation unsavedAppliedSyncChangeSetsCoreDataFactory] : Creating Core Data Factory (TICoreDataFactory)
Jun 20 07:56:35 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSyncTransaction open] : Opening a sync transaction for unsaved applied sync changes located at 6FA7F960-4ACC-4D0D-834F-6E6C06EC52C2-2559-0000043C59ABEFA5.unsavedticdsync
Jun 20 07:56:36 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation ticdPrivate_operationDidCompleteSuccessfully:cancelled:] : TICDSOperation completed successfully
Jun 20 07:56:36 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager synchronizationOperationCompleted:] : Synchronization Operation Completed
Jun 20 07:56:36 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager startPostSynchronizationProcess] : Starting post-synchronization process
Jun 20 07:56:36 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation endBackgroundTask] : Operation (TICDSSynchronizationOperation), Task ID (5) is ending while app state is Active
Jun 20 07:56:36 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation operationDidStart] : TICDSOperation started
Jun 20 07:56:36 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPostSynchronizationOperation beginUploadOfLocalSyncCommands] : Starting to upload local sync commands
Jun 20 07:56:36 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPostSynchronizationOperation beginUploadOfLocalSyncCommands] : ***Not yet implemented*** so 'finished' local sync commands
Jun 20 07:56:36 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPostSynchronizationOperation beginUploadOfLocalSyncChanges] : No local sync changes file to push on this sync
Jun 20 07:56:37 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation ticdPrivate_operationDidCompleteSuccessfully:cancelled:] : TICDSOperation completed successfully
Jun 20 07:56:37 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager postSynchronizationOperationCompleted:] : Post-Synchronization Operation Completed
Jun 20 07:56:37 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager processSyncTransactionsReadyToBeClosed] : Processing 0 open sync transactions.
Jun 20 07:56:37 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager postSynchronizationOperationCompleted:] : Finished a sync, found some queued up, so kicking off another one. (0 left in the queue)
Jun 20 07:56:37 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager initiateSynchronization] : Initiation of synchronization
Jun 20 07:56:37 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager beginBackgroundTask] : Doc Sync Manager (TICDSDropboxSDKBasedDocumentSyncManager), Task ID (7) is begining.
Jun 20 07:56:37 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager startPreSynchronizationProcess] : Starting pre-synchronization process
Jun 20 07:56:37 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager moveUnsynchronizedSyncChangesToMergeLocation] : Checking if there are local sync changes to merge and push
Jun 20 07:56:37 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager moveUnsynchronizedSyncChangesToMergeLocation] : No local sync changes need to be pushed for this sync operation
Jun 20 07:56:37 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager startPreSynchronizationProcess] : Creating a new sync transaction
Jun 20 07:56:37 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation endBackgroundTask] : Operation (TICDSDropboxSDKBasedPostSynchronizationOperation), Task ID (6) is ending while app state is Active
Jun 20 07:56:37 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation operationDidStart] : TICDSOperation started
Jun 20 07:56:37 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginCheckWhetherRemoteIntegrityKeyMatchesLocalKey] : Fetching remote integrity key
Jun 20 07:56:37 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation fetchedRemoteIntegrityKey:] : Integrity keys match, so continuing synchronization
Jun 20 07:56:37 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfListOfClientDeviceIdentifiers] : Starting to fetch list of client device identifiers
Jun 20 07:56:38 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfListOfSyncCommandSetIdentifiers] : Starting to fetch list of SyncCommandSet identifiers for clients (
        "5B8C9FCB-4332-47B0-B0A7-047021208A71-1656-000007B484D76029",
        "8DF7FE3B-77D4-4CC6-A705-DBB020539556-5056-000002E78AC1A991",
        "09555B0F-C704-404B-8338-F08E9EFC174A-3531-00000278714E99CE",
        "0446354C-00FF-4BC3-AB2A-213EE2152299-96820-0000A5283C6F3F89",
        "D61E9E45-2942-42BF-B56B-2FEE1B4CD06C-5066-000002E7DA093D6A"
    )
Jun 20 07:56:38 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfListOfSyncCommandSetIdentifiers] : ***Not yet implemented*** so 'finished' fetch of local sync commands
Jun 20 07:56:38 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfListOfSyncChangeSetIdentifiers] : Starting to fetch list of SyncChangeSet identifiers
Jun 20 07:56:38 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Fetched an array of client sync change set identifiers
Jun 20 07:56:38 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Fetched an array of client sync change set identifiers
Jun 20 07:56:38 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Fetched an array of client sync change set identifiers
Jun 20 07:56:38 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation appliedSyncChangeSetsCoreDataFactory] : Creating Core Data Factory (TICoreDataFactory)
Jun 20 07:56:38 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Fetched an array of client sync change set identifiers
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Fetched an array of client sync change set identifiers
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Finished fetching client sync change set IDs
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfUnappliedSyncChanges] : Fetching unapplied sync change sets
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfUnappliedSyncChanges] : No unapplied sync change sets to download and apply
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation ticdPrivate_operationDidCompleteSuccessfully:cancelled:] : TICDSOperation completed successfully
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager preSynchronizationOperationCompleted:] : Pre-Synchronization Operation Completed
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager startSynchronizationProcess] : Starting synchronization process
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation endBackgroundTask] : Operation (TICDSDropboxSDKBasedPreSynchronizationOperation), Task ID (8) is ending while app state is Active
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation operationDidStart] : TICDSOperation started
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSynchronizationOperation beginApplyingUnappliedSyncChangeSets] : Checking how many sync change sets need to be applied
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSynchronizationOperation unappliedSyncChangeSetsCoreDataFactory] : Creating Core Data Factory (TICoreDataFactory)
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSynchronizationOperation beginApplyingUnappliedSyncChangeSets] : No other clients have uploaded any sync change sets, so proceeding to upload local sync commands
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation ticdPrivate_operationDidCompleteSuccessfully:cancelled:] : TICDSOperation completed successfully
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager synchronizationOperationCompleted:] : Synchronization Operation Completed
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager startPostSynchronizationProcess] : Starting post-synchronization process
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation endBackgroundTask] : Operation (TICDSSynchronizationOperation), Task ID (9) is ending while app state is Active
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation operationDidStart] : TICDSOperation started
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPostSynchronizationOperation beginUploadOfLocalSyncCommands] : Starting to upload local sync commands
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPostSynchronizationOperation beginUploadOfLocalSyncCommands] : ***Not yet implemented*** so 'finished' local sync commands
Jun 20 07:56:39 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPostSynchronizationOperation beginUploadOfLocalSyncChanges] : No local sync changes file to push on this sync
Jun 20 07:56:40 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation ticdPrivate_operationDidCompleteSuccessfully:cancelled:] : TICDSOperation completed successfully
Jun 20 07:56:40 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager postSynchronizationOperationCompleted:] : Post-Synchronization Operation Completed
Jun 20 07:56:40 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager processSyncTransactionsReadyToBeClosed] : Processing 0 open sync transactions.
Jun 20 07:56:40 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation endBackgroundTask] : Operation (TICDSDropboxSDKBasedPostSynchronizationOperation), Task ID (10) is ending while app state is Active

And here is my log after saving a change (Auto sync on moc save enabled)

Jun 20 07:57:17 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager synchronizedMOCWillSave:] : MOC saved, so beginning post-save processing
Jun 20 07:57:17 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager synchronizedMOCWillSave:] : Sync Manager will save Sync Changes context
Jun 20 07:57:17 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager synchronizedMOCWillSave:] : Sync Manager saved Sync Changes context successfully
Jun 20 07:57:18 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager processSyncTransactionsReadyToBeClosed] : Processing 0 open sync transactions.
Jun 20 07:57:18 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager synchronizedMOCDidSave:] : Asking delegate if we should sync after saving
Jun 20 07:57:18 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager synchronizedMOCDidSave:] : Delegate allowed synchronization after saving
Jun 20 07:57:18 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager initiateSynchronization] : Initiation of synchronization
Jun 20 07:57:18 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager beginBackgroundTask] : Doc Sync Manager (TICDSDropboxSDKBasedDocumentSyncManager), Task ID (11) is begining.
Jun 20 07:57:18 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager startPreSynchronizationProcess] : Starting pre-synchronization process
Jun 20 07:57:18 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager moveUnsynchronizedSyncChangesToMergeLocation] : Checking if there are local sync changes to merge and push
Jun 20 07:57:18 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager moveUnsynchronizedSyncChangesToMergeLocation] : No local sync changes need to be pushed for this sync operation
Jun 20 07:57:18 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager startPreSynchronizationProcess] : Creating a new sync transaction
Jun 20 07:57:18 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSyncTransaction managedObjectContextDidSave:] : Managed object context did save, and it was the MOC we were looking for.
Jun 20 07:57:18 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSyncTransaction managedObjectContextDidSave:] : The root context saved, notifying the delegate that this sync transaction can be closed.
Jun 20 07:57:18 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager syncTransactionIsReadyToBeClosed:] : Received notice that sync tranaction is ready to be closed.
Jun 20 07:57:18 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager processSyncTransactionsReadyToBeClosed] : Cannot process sync transactions while synchronizing.
Jun 20 07:57:18 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation operationDidStart] : TICDSOperation started
Jun 20 07:57:18 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginCheckWhetherRemoteIntegrityKeyMatchesLocalKey] : Fetching remote integrity key
Jun 20 07:57:20 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation fetchedRemoteIntegrityKey:] : Integrity keys match, so continuing synchronization
Jun 20 07:57:20 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfListOfClientDeviceIdentifiers] : Starting to fetch list of client device identifiers
Jun 20 07:57:20 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfListOfSyncCommandSetIdentifiers] : Starting to fetch list of SyncCommandSet identifiers for clients (
        "5B8C9FCB-4332-47B0-B0A7-047021208A71-1656-000007B484D76029",
        "8DF7FE3B-77D4-4CC6-A705-DBB020539556-5056-000002E78AC1A991",
        "09555B0F-C704-404B-8338-F08E9EFC174A-3531-00000278714E99CE",
        "0446354C-00FF-4BC3-AB2A-213EE2152299-96820-0000A5283C6F3F89",
        "D61E9E45-2942-42BF-B56B-2FEE1B4CD06C-5066-000002E7DA093D6A"
    )
Jun 20 07:57:20 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfListOfSyncCommandSetIdentifiers] : ***Not yet implemented*** so 'finished' fetch of local sync commands
Jun 20 07:57:20 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfListOfSyncChangeSetIdentifiers] : Starting to fetch list of SyncChangeSet identifiers
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Fetched an array of client sync change set identifiers
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation appliedSyncChangeSetsCoreDataFactory] : Creating Core Data Factory (TICoreDataFactory)
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Fetched an array of client sync change set identifiers
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Fetched an array of client sync change set identifiers
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Fetched an array of client sync change set identifiers
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Fetched an array of client sync change set identifiers
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation builtArrayOfClientSyncChangeSetIdentifiers:forClientIdentifier:] : Finished fetching client sync change set IDs
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfUnappliedSyncChanges] : Fetching unapplied sync change sets
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPreSynchronizationOperation beginFetchOfUnappliedSyncChanges] : No unapplied sync change sets to download and apply
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation ticdPrivate_operationDidCompleteSuccessfully:cancelled:] : TICDSOperation completed successfully
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager preSynchronizationOperationCompleted:] : Pre-Synchronization Operation Completed
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager startSynchronizationProcess] : Starting synchronization process
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation operationDidStart] : TICDSOperation started
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSynchronizationOperation beginApplyingUnappliedSyncChangeSets] : Checking how many sync change sets need to be applied
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSynchronizationOperation unappliedSyncChangeSetsCoreDataFactory] : Creating Core Data Factory (TICoreDataFactory)
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation endBackgroundTask] : Operation (TICDSDropboxSDKBasedPreSynchronizationOperation), Task ID (12) is ending while app state is Active
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSynchronizationOperation beginApplyingUnappliedSyncChangeSets] : No other clients have uploaded any sync change sets, so proceeding to upload local sync commands
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation ticdPrivate_operationDidCompleteSuccessfully:cancelled:] : TICDSOperation completed successfully
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager synchronizationOperationCompleted:] : Synchronization Operation Completed
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager startPostSynchronizationProcess] : Starting post-synchronization process
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation endBackgroundTask] : Operation (TICDSSynchronizationOperation), Task ID (13) is ending while app state is Active
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation operationDidStart] : TICDSOperation started
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPostSynchronizationOperation beginUploadOfLocalSyncCommands] : Starting to upload local sync commands
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPostSynchronizationOperation beginUploadOfLocalSyncCommands] : ***Not yet implemented*** so 'finished' local sync commands
Jun 20 07:57:21 Larss-iPhone DropTest[2559] <Warning>: -[TICDSPostSynchronizationOperation beginUploadOfLocalSyncChanges] : No local sync changes file to push on this sync
Jun 20 07:57:23 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation ticdPrivate_operationDidCompleteSuccessfully:cancelled:] : TICDSOperation completed successfully
Jun 20 07:57:23 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager postSynchronizationOperationCompleted:] : Post-Synchronization Operation Completed
Jun 20 07:57:23 Larss-iPhone DropTest[2559] <Warning>: -[TICDSDocumentSyncManager processSyncTransactionsReadyToBeClosed] : Processing 1 open sync transactions.
Jun 20 07:57:23 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSyncTransaction close] : Closing a sync transaction for unsaved applied sync changes located at 6FA7F960-4ACC-4D0D-834F-6E6C06EC52C2-2559-0000043C59ABEFA5.unsavedticdsync
Jun 20 07:57:23 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSyncTransaction saveUnsavedAppliedSyncChanges] : Saving unsaved applied sync changes
Jun 20 07:57:23 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSyncTransaction unsavedAppliedSyncChangeSetsCoreDataFactory] : Creating Core Data Factory (TICoreDataFactory)
Jun 20 07:57:23 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSyncTransaction appliedSyncChangeSetsCoreDataFactory] : Creating Core Data Factory (TICoreDataFactory)
Jun 20 07:57:23 Larss-iPhone DropTest[2559] <Warning>: -[TICDSSyncTransaction saveUnsavedAppliedSyncChanges] : Saved unsaved applied sync changes
Jun 20 07:57:23 Larss-iPhone DropTest[2559] <Warning>: -[TICDSOperation endBackgroundTask] : Operation (TICDSDropboxSDKBasedPostSynchronizationOperation), Task ID (14) is ending while app state is Active
MrRooni commented 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

shadow2000 commented 11 years ago

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 .

MrRooni commented 11 years ago

Great!