Swiftpack.co - SyncServerII/iOSBasics as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by SyncServerII.
SyncServerII/iOSBasics 0.33.2
A basic iOS client for SyncServerII
⭐️ 0
🕓 2 years ago
iOS macOS
.package(url: "https://github.com/SyncServerII/iOSBasics.git", from: "0.33.2")

iOSBasics

A basic iOS client for the SyncServerII server.

Enables an iOS app to connect to the SyncServerII server. Intended for use with iOSSignIn to enable users to sign in and provide user credentials.

TODO

Handle background launches after background network requests have completed.

Background network requests are working, but, when completed I believe they are not updating this client.

From the earlier iOS client:

    func application(_ application: UIApplication, handleEventsForBackgroundURLSession identifier: String, completionHandler: @escaping () -> Void) {
        SyncServer.session.application(application, handleEventsForBackgroundURLSession: identifier, completionHandler: completionHandler)
    }

Background security restrictions

Also have to deal with this. Not sure if SQLite access suffers from any problems this way. It involves file access, which has security restrictions, so maybe.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics