Hi, I am working in a sync app too. So, a few questions:
1) If you have thousands of records, your first call will be a problem right? Did you handled this?
2) How you handled conflict resolution?
3) If you are using dates for solving conflicts, what are doing if the the device is with a wrong time? If the user change the time backward for 5 minutes and submit an update?
Hi, I am working in a sync app too. So, a few questions:
1) If you have thousands of records, your first call will be a problem right? Did you handled this?
2) How you handled conflict resolution?
3) If you are using dates for solving conflicts, what are doing if the the device is with a wrong time? If the user change the time backward for 5 minutes and submit an update?
Cheers