sdk-for-swift

[READ-ONLY] Official Appwrite Swift SDK 🦅🍎 (by appwrite)

Sdk-for-swift Alternatives

Similar projects and alternatives to sdk-for-swift

  1. Appwrite

    601 sdk-for-swift VS Appwrite

    Build like a team of hundreds_

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. swift

    The Swift Programming Language

  4. awesome-appwrite

    Carefully curated list of awesome Appwrite resources 💪

  5. demos-for-functions

    Discontinued Demo for Appwrite cloud functions in multiple coding languages ⚡️ 🌩

  6. sdk-for-apple

    [READ-ONLY] Official Appwrite SDK for Apple Devices 🍎

  7. rfc

    Architectural and new features proposals and designs for Appwrite 📖 (by appwrite)

  8. playground-for-apple-swiftui

    Simple examples that help you get started with Appwrite + Apple with SwiftUI (=❤️)

  9. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  10. playground-for-swift

    Simple examples that help you get started with Appwrite + Swift for Server (=❤️)

  11. playground-for-apple-uikit

    Simple examples that help you get started with Appwrite + iOS with UIKit (=❤️)

  12. demo-job-portal-with-apple

    Discontinued A basic demo example for integrating between Appwrite & Apple (=❤️)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better sdk-for-swift alternative or higher similarity.

sdk-for-swift discussion

Log in or Post with

sdk-for-swift reviews and mentions

Posts with mentions or reviews of sdk-for-swift. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-23.
  • Clean Your Storage Using Appwrite's Swift Cloud Functions
    2 projects | dev.to | 23 Oct 2021
    import PackageDescription let package = Package( name: "StorageCleaner", dependencies: [ .package(url: "https://github.com/appwrite/sdk-for-swift", "0.1.0") //TODO update version ], targets: [ .executableTarget( name: "StorageCleaner", dependencies: [ .product(name: "Appwrite", package: "sdk-for-swift"), ]), .testTarget( name: "StorageCleanerTests", dependencies: ["StorageCleaner"]), ] )
  • Swift 101: Building a Library with Swift Package Manager
    3 projects | dev.to | 21 Oct 2021
    // swift-tools-version:5.3 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package = Package( name: "FooPackage", products: [ .library( name: "FooPackage", targets: ["FooPackage"]), ], dependencies: [ .package(name: "Appwrite", url: "https://github.com/appwrite/sdk-for-swift", from: "0.1.0") ], targets: [ .target( name: "FooPackage", dependencies: [ "Appwrite" ] ) .testTarget( name: "FooPackageTests", dependencies: [ "FooPackage" ] ) ] )
  • Getting Started With Appwrite's Apple SDK 📱💻
    2 projects | dev.to | 20 Oct 2021
    To learn more, you can check our official Appwrite 0.11 announcement post, and check our Apple and Swift SDKs. If you have any further questions you can join the Appwrite team and community on the Appwrite Discord server.
  • Building apps just got Swifter! - Announcing Appwrite v0.11
    10 projects | dev.to | 18 Oct 2021
    We have also released a brand new Swift Server SDK to go along with the Apple one! Setting up the Swift SDK only requires adding the dependency to your Package.swift file. You can check out our Getting Started Guide or follow along for a quick summary.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 Sep 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic sdk-for-swift repo stats
4
52
7.6
6 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Swift is
the 15th most popular programming language
based on number of references?