Sync offline edits ignored

2907
3
Jump to solution
05-22-2014 02:27 PM
AlexanderLitvak
New Contributor II
Hi,

I was able to download a local geodatabase replica, but when attempting to execute Sync method to download/upload changes nothing is happen, neither Status block or Completion block is executed.
I've performed local changes and Server side changes still nothing....

Used example from here: https://developers.arcgis.com/ios/guide/sync-offline-edits.htm
Downloaded data is include (.geodatabase, .geodatabase-shm, .geodatabase-wal )
Service configuration is:
Sync Capabilities:
Supports Registering Existing Data: true
Supports Sync Direction Control: true
Supports PerLayer Sync: true
Supports PerReplica Sync: false
Supports RollbackOnFailure : false
Supports Async: true

Thanks,
Alex
0 Kudos
1 Solution

Accepted Solutions
AlexanderLitvak
New Contributor II
This is resolved, the provided code was correct, just some weird behaviour when binding native from C# layer.
Thanks for help!

View solution in original post

0 Kudos
3 Replies
NimeshJarecha
Esri Regular Contributor
Please attach a sample application you wrote. Also, try using this sample and see it works for you.

Regards,
Nimesh
0 Kudos
AlexanderLitvak
New Contributor II
Hi Nimesh,

I have runed the ESRI sample and it works.
Please find attached my code.


Thanks,
Alex
0 Kudos
AlexanderLitvak
New Contributor II
This is resolved, the provided code was correct, just some weird behaviour when binding native from C# layer.
Thanks for help!
0 Kudos