Sorix / CloudCore

Framework that enables syncing between iCloud (CloudKit) and Core Data
MIT License
153 stars 40 forks source link

Multiple devices syncing across CloudKit #4

Closed magnas35 closed 7 years ago

magnas35 commented 7 years ago

I can put the demo app onto a phone and an iPad and see the additions syncing across to the other app but deletions only seem to work one way, from one device to the other but not from the second. Am I expecting the wrong behavior?

Sorix commented 7 years ago

It is wrong behaviours, I will check it on that week, all syncs are two-way.

Sorix commented 7 years ago

@magnas35 sorry for late answer, I've checked, everything is working okay. Do you tested on real devices or used emulators (for both devices)? If you're using emulator you need to push on refresh button (push notifications doesn't work on emulators) to fetch updated data.

magnas35 commented 7 years ago

Yes, I was testing on two real devices, an iPhone and an iPad. I will retest.

On 29 Jun 2017, at 13:20, Vasily Ulianov notifications@github.com wrote:

@magnas35 https://github.com/magnas35 sorry for late answer, I've checked, everything is working okay. Do you tested on real devices or used emulators (for both devices)? If you're using emulator you need to push on refresh button (push notifications doesn't work on emulators) to fetch updated data.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Sorix/CloudCore/issues/4#issuecomment-311949773, or mute the thread https://github.com/notifications/unsubscribe-auth/AEAc2TLtLk0_8BdzfVqvWkCj3Xq6Xa1aks5sI5aHgaJpZM4NqWND.

Sorix commented 7 years ago

@magnas35 I will double check in 3-4 hours that in every situation it is working, thank you for providing information that it were 2 real devices.