lhunath / UbiquityStoreManager

Implements Core Data + iCloud, deals with all the nasty stuff and gives you a clean API.
http://lhunath.github.io/UbiquityStoreManager
Apache License 2.0
391 stars 37 forks source link

IOS9 - after mergeChangesFromContextDidSaveNotification, running executefetchrequest does not returns the changes made in NsManageobject #76

Open last-Programmer opened 9 years ago

last-Programmer commented 9 years ago

After the mergeChangesFromContextDidSaveNotification in didiimportchanges i am re-fetching the data. The new data has the inserted/deleted changes but updated records returning the old values. Any idea on how to fix this?

Thank you