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
{{ message }}
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.
i was checking if this framework is good from my needs, so I began some test with the example project.
I started the app on two real devices, an iPhone and an iPad, added and deleted some record and all seems work fine.
On the last test i put the iPhone in flight mode, added some record and quit from app, after that I reenabled connectivity and launched app.
The iPad updated consequently but all records where doubled!.
After that the sync did not work anymore as expected.
I think is a bug, because is replicable every time.
The text was updated successfully, but these errors were encountered:
eugeniobaglieri
changed the title
Weird offline behaviour, maybe bug?
BUG: Adding item from an offline device, cause records duplication on other synchronized device
Nov 10, 2018
yep, current implementation only catches willSave/didSave Core Data notifications and attempts to push changes to CloudKit immediately. I'm working on a branch that uses NSPersistentHistory to push changes only when online.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i was checking if this framework is good from my needs, so I began some test with the example project.
I started the app on two real devices, an iPhone and an iPad, added and deleted some record and all seems work fine.
On the last test i put the iPhone in flight mode, added some record and quit from app, after that I reenabled connectivity and launched app.
The iPad updated consequently but all records where doubled!.
After that the sync did not work anymore as expected.
I think is a bug, because is replicable every time.
The text was updated successfully, but these errors were encountered: