overcommitted / ParcelKit

ParcelKit integrates Core Data with Dropbox using the Dropbox Datastore API
MIT License
567 stars 38 forks source link

Duplicate entry in Coredata using ParcelKit #36

Open pranav18 opened 8 years ago

pranav18 commented 8 years ago

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.

daikini commented 8 years ago

Hi @pranav18 ,

The Dropbox DataStore is being deprecated see #34.