Skip to main content

Aila_ReadLicense

Initialize license file.

Signature

void Aila_ReadLicense(NSString *license);

Parameters

  • license - The license key string provided by Aila

Description

Initializes the SDK with a license key. This should be called after Aila_Init() and before starting to scan.

Usage

Aila_Init();
Aila_ReadLicense(@"your-license-key-here");

See Also