Skip to content

0.8.1

Choose a tag to compare

@Halloweedev Halloweedev released this 10 Jun 10:17

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's CFBundleShortVersionString (when available)
    • sdk_version — the Keylight SDK version
    • platformmacOS, iOS, watchOS, tvOS, or visionOS
  • 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.