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

Out of sync after app (data model) update #567

Open
jphribovsek opened this issue Mar 20, 2017 · 0 comments
Open

Out of sync after app (data model) update #567

jphribovsek opened this issue Mar 20, 2017 · 0 comments

Comments

@jphribovsek
Copy link

2 iOS devices A and B
App v1.0 is installed on both iOS devices.
Core Data Model has one entity Book with couple of attributes Title and Author

v1.1 is now released and Book now has a new attribute Editor in addition to previous ones.

v1.1 is installed on device A, device B remains on v1.0

One Book is created on device A (v1.1), with a Title, Author and Editor
App is opened on device B (v1.0), object is synced in, editor attribute is skipped since not in data model.

App on device B is then upgraded to v1.1
device A now shows the book with an editor, device B doesn't show the editor, devices are out of sync

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant