Hacker News new | ask | show | jobs
by k-mcgrady 3581 days ago
Curious about your take on iCloud sync. Is that from a developer perspective (I remember the API initially sucked) or user perspective? I've never implemented iCloud sync in an app but at least with Apple's apps it works perfectly for me. I moved thousands of notes from Evernote to Notes which I use daily, I use calendars/contacts, I use Reading List, the credit card and password sync for Safari works really well. In the past there were definitely problems but I haven't come across any in quite a long time.
1 comments

Mostly from a developer side but a little from a user stand point. Parts of iCloud are pretty great, especially cloudkit, but sync itself is really hard to manage and have it work correctly. I've found it fairly common to have a decent amount the production support issues related to iCloud. That being said it's getting better IMO and I think once iOS 10 and Sierra are the default OS's it will be less of an issue.

Common problems include items not syncing, syncing out of time order, and conflict resolution causing synced data to appear lost. Most devs that are really serious about sync tend to roll their own after experiencing enough issues to make iCloud not worth the effort.

This is entirely based on my experience and may not be universally true but I've heard enough devs repeat my own complaints to feel like it's not completely out for left field.