Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

to-many relationships not syncing #41

Open
bitsmedia opened this issue Apr 29, 2014 · 2 comments
Open

to-many relationships not syncing #41

bitsmedia opened this issue Apr 29, 2014 · 2 comments
Labels

Comments

@bitsmedia
Copy link

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?

@Alydyn
Copy link

Alydyn commented Apr 29, 2014

Sometimes when you add new properties to a previously existing class, you have to refresh your browser (cmd-R), rather than just refreshing the data view that Parse provides.
Alternatively you can pre-define as you mentioned.

@sbonami
Copy link
Owner

sbonami commented Apr 30, 2014

@Alydyn thanks for offering up a few suggestions, much appreciated!

I know that one-to-many relationships work, but I'll need to look into many-to-many relationships and how those are handled.

@sbonami sbonami added the bug label May 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants