sbonami / PFIncrementalStore

Offline Parse with Core Data Persistence, an NSIncrementalStore subclass.
http://sbonami.github.io/PFIncrementalStore/
MIT License
97 stars 15 forks source link

Fix sync of faulted related objects #23

Closed sbonami closed 10 years ago

sbonami commented 10 years ago

Currently, synced objects with related faulted objects fail. PFIS should either skip faulted objects or fetch related attributes. Checks and balances should be implemented to only sync the portion of the object graph that is necessary.