Hello,
I am using ParcelKit for syncing in my app.
Data is moving correctly from app to dropbox but when I am retrieving the same data in different device, data become duplicate.
I don't know why its happening. I have added syncID with the type String. with Indexed property checked.
I have used TodoDataManager class for syncing. (just added my Entities name )
https://github.com/daikini/toado/blob/master/Toado/Classes/Models/TDODataManager.m
I am not getting any solution for this problem. Is there any solution?
Please help me for this issue.
Hello,
I am using ParcelKit for syncing in my app.
Data is moving correctly from app to dropbox but when I am retrieving the same data in different device, data become duplicate.
I don't know why its happening. I have added syncID with the type String. with Indexed property checked.
I have used TodoDataManager class for syncing. (just added my Entities name )
https://github.com/daikini/toado/blob/master/Toado/Classes/Models/TDODataManager.m
I am not getting any solution for this problem. Is there any solution?
Please help me for this issue.