home.social
  1. Finished migrating to and I'm very happy with the results. This allowed me to remove some code. Also managed to fix a bug I had in how I handled record change tags.

    Who's that guy reflected on the devices' screens though.

  2. Migrating to , one thing I can’t figure out is whether the CKServerChangeToken I currently save to keep track of what updates a particular app instance needs can be leveraged at all now that you have to save a value of type CKSyncEngine.State.Serialization.

    I’m hoping that I can somehow convert the former to the latter. If I can’t do it, this would mean that the first time the app with CKSyncEngine runs it will fetch ALL changes from when it actually has all the data.