Open Source

AIiCloudSync

Published on

GitHub Repository


AIiCloudSync

AIiCloudSync is a simple Package written in Swift to synchronize specific UserDefaults with the iCloud Key Value store (NSUbiquitousKeyValueStore).

To use this package, create a single instance of AIiCloudSync, and keep a reference to it. Once you create it, you don’t need to worry about it any longer. It will automatically sync changes between iCloud and your local UserDefaults through the lifetime of your application. You can optionally receive notifications when the iCloud Syncs change so you can react accordingly.