dehlen / Boutique-CloudSyncSession-Example

This is my sample project that smushes @mergesort's excellent Boutique framework with @RyanAshcraft's excellent CloudSyncSession

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Boutique-CloudSyncSession-Example

This is my sample project that smushes @mergesort's excellent Boutique framework with @RyanAshcraft's excellent CloudSyncSession framework

Non-code things:

  1. Add Capabilities - iCloud (with CloudKit selected + a container), Background Modes (with Background fetch and Remote notifications selected)
  2. Set up the CloudKit container with the desired record types ("Item" in this project), zones ("ItemZone"), and subscriptions ("ItemZoneSubscription")

Note: as it stands, I haven't hooked up delete or conflict resolution yet.

In action:

Watch the video

About

This is my sample project that smushes @mergesort's excellent Boutique framework with @RyanAshcraft's excellent CloudSyncSession

License:MIT License


Languages

Language:Swift 100.0%