Latest SDK versions: Web
2.5.0 · Android 2.4.0 · iOS 1.3.0 · React Native 1.2.0 — View changelogRequirements
- iOS 15.0+
- Swift 5.9+
- Xcode 15.0+
Choose an installation method
- Swift Package Manager
- Manual XCFramework
Use a small local Swift package to bring the CDN-hosted XCFramework into your app.Create a folder for the package, add a In Xcode, choose File → Add Package Dependencies… → Add Local…, select the package folder, then add the
Package.swift file, and paste:Package.swift
ClicktermSDK product to your app target.The checksum belongs to this exact SDK version. When upgrading, update the
version in the URL and use the checksum from that version’s
manifest.json.Initialize the SDK
Import and initialize ClickTerm once when your app starts:Next steps
iOS quickstart
Display and verify your first clickwrap.
ClicktermClient
Initialize and manage the SDK.
ClicktermDialog
Display clickwrap agreements in your app.

