/SyncServer-iOSClient

iOS Client for SyncServerII: Synchronize a mobile app’s data across mobile devices and user-owned cloud storage systems (e.g., Google Drive, Dropbox), and enable mobile app users to safely share that cloud data with other users (e.g., Google, Facebook, Dropbox).

Primary LanguageSwiftMIT LicenseMIT

SyncServerII synchronizes an app's data between mobile devices and user-owned cloud storage systems, and enables users to safely share that data.

For documentation on the overall project see: https://crspybits.github.io/SyncServerII/

Client code: The iOS client interface to the SyncServer server.

This project must be built with at least Xcode 10.

Jazzy documentation on this iOS SyncServer client interface

Example code: An example of using this iOS client, along with tests for the Client interface.

SharedImages: Another example of using this client-- in a fully-worked out app.