// sdk-activation
← Back to homeOllo SDK Docs | 11:54 AM

// SDK Activation

Ollo requires a valid license file generated from your developer dashboard.

/01

Get your license key

  • Sign in to your dashboard
  • Open the Licenses tab
  • Download your license file

After first activation, the SDK works fully offline.

/02

Add the license to your project

Place the license file next to the Ollo runtime binaries.

At startup, Ollo scans the runtime directory and automatically loads the first matching license file:

BLINKD-*.lic

No additional configuration is required.

/03

Troubleshooting license issues

License not detected

Common causes:

  • File not placed beside SDK binaries
  • Incorrect filename format
  • Unsupported sandboxed or virtualized environments

Invalid or corrupted license

  • Ensure the file is not modified or corrupted
  • Avoid renaming any files
  • Try downloading the license again from the dashboard

License expired

Early access licenses may expire periodically during testing. Request renewal through support.


Error reference

Error CodeDescription
BLINKD_ERR_LICENSE_NOT_FOUNDSDK could not locate any valid license file
BLINKD_ERR_LICENSE_INVALIDFile is corrupted, mismatched, or failed signature validation
BLINKD_ERR_LICENSE_EXPIREDLicense is past its valid term; requires renewal

First-run license validation

On first activation, Ollo performs a one-time online validation check.

No gameplay data or personal information is transmitted.

After activation, the SDK can run fully offline.