Get started quickly with Ditto using the Ditto Quickstart Applications
Ditto’s Swift Quickstart supports iOS. Before getting started, ensure you have the following:
git clone https://github.com/getditto/quickstart
cd quickstart
.env.sample
file at the top level of the quickstart
repo to .env
and add your app ID and online playground token.
.env
file with the App ID and Playground Token from your Ditto Application
swift/Tasks.xcodeproj
project.Product > Build
.env.swift
file using the values from your .env
file and compile the app.Product > Run
to launch the app on your selected device or simulator.All the Ditto Quickstart apps works together! Try running a quickstart app in other languages and see them all collaborate.
Get started quickly with Ditto using the Ditto Quickstart Applications
Ditto’s Swift Quickstart supports iOS. Before getting started, ensure you have the following:
git clone https://github.com/getditto/quickstart
cd quickstart
.env.sample
file at the top level of the quickstart
repo to .env
and add your app ID and online playground token.
.env
file with the App ID and Playground Token from your Ditto Application
swift/Tasks.xcodeproj
project.Product > Build
.env.swift
file using the values from your .env
file and compile the app.Product > Run
to launch the app on your selected device or simulator.All the Ditto Quickstart apps works together! Try running a quickstart app in other languages and see them all collaborate.