Skip to content

Install

Prerequisites: a Keylight account (sign up at /signup) with your SDK key and Ed25519 public key in hand. The dashboard’s onboarding flow pre-fills the snippets on this page - copy-paste straight from there if you prefer.

dependencies: [
.package(url: "https://github.com/Halloweedev/keylight-swift.git", from: "0.5.0"),
],
targets: [
.target(
name: "YourApp",
dependencies: [
.product(name: "KeylightSDK", package: "keylight-swift"),
]
),
],

Next step: build your LicenseManager with a single factory call.