You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 attributesTitle
andAuthor
v1.1 is now released and
Book
now has a new attributeEditor
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 aTitle
,Author
andEditor
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
The text was updated successfully, but these errors were encountered: