Aila_ReadLicense
Initialize license file.
Signature
- Objective-C
- Swift
void Aila_ReadLicense(NSString *license);
func Aila_ReadLicense(_ license: String)
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
- Objective-C
- Swift
Aila_Init();
Aila_ReadLicense(@"your-license-key-here");
Aila_Init()
Aila_ReadLicense("your-license-key-here")
See Also
- Aila_SetLicenseProfile - Set cloud licensing profile
- Aila_GetSDKLicensingInfo - Get licensing information
- AilaCloudLicensing - Cloud licensing mode