0.8.1
The SDK now attaches lightweight, anonymous version telemetry to its network
calls, so your Keylight dashboard can break activations and validations down by
app version, SDK version, and platform. Automatic — no API changes and nothing
to call.
Added
- The SDK now sends three optional fields on
activate,validate, and the
anonymous keyless beacon:app_version— your app'sCFBundleShortVersionString(when available)sdk_version— the Keylight SDK versionplatform—macOS,iOS,watchOS,tvOS, orvisionOS
KeylightProvider.sdkVersion— the current SDK version string constant.
Migration
- Nothing to do. The fields are added automatically; no source changes, and no
wire-format or lease changes.
Unchanged
- No behavior, lease, or public-API changes beyond the added request fields.