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

SPManagedObject :: loadMemberData fails to persist change #359

Closed
jleandroperez opened this issue Sep 30, 2014 · 2 comments · Fixed by #360
Closed

SPManagedObject :: loadMemberData fails to persist change #359

jleandroperez opened this issue Sep 30, 2014 · 2 comments · Fixed by #360
Assignees
Labels
Milestone

Comments

@jleandroperez
Copy link
Contributor

We're observing an incorrect behavior in devices running iOS 8 (Tested on iPhone 5s):

  1. Install Simplenote iOS and login
  2. Login into the same account using a secondary device
  3. Add a note and make sure it propagates to the second device
  4. Kill the process in the first device
  5. Perform +50 change operations
  6. Relaunch the app

As a result, although the object is effectively updated (ghostData + memberData), after performing the save OP, only the ghostData gets persisted.

@jleandroperez
Copy link
Contributor Author

I was forgetting about something very important!!

Many thanks to @astralbodies for helping me out with this bug!!

@astralbodies
Copy link

👍

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

Successfully merging a pull request may close this issue.

2 participants