I have implemented PFIncrementalStore in a simple 2-table coredata project with both tables linked to each other by a to-many relationship.
When saving my managed object to the coredata context, the object gets pushed to Parse (each class gets automatically created the first time) but nothing happens for the relationships?
Am I supposed to pre-define these relationships on Parse?
I have implemented PFIncrementalStore in a simple 2-table coredata project with both tables linked to each other by a to-many relationship.
When saving my managed object to the coredata context, the object gets pushed to Parse (each class gets automatically created the first time) but nothing happens for the relationships?
Am I supposed to pre-define these relationships on Parse?