Licensing

Can I generate hardware ID automatically instead of going through your LicenseManager?
You can automatically generate hardware ID by: Executing LicenseManager.exe with parameter id, e.g. "LicenseManager.exe id". LicenseManager ...
Mon, 23 Nov, 2015 at 2:25 PM
Can I use the IDKit without a license?
No, you cannot. IDKit works with a standalone license or ExpressID AFIS license.
Fri, 4 Aug, 2017 at 3:23 PM
How do I deploy my application? Do I have to install and run your LicenseManager?
This depends on how you distribute your application. If you install it yourself, the easiest and manual route is to install our SDK including the LicenseMan...
Wed, 21 Jan, 2026 at 3:17 PM
Why do I get different HW ID from LicenseManager and IEngine_GetHardwareId API call?
The problem of different HW ID in License Manager and IDKit application (IEngine_GetHardwareId) can be caused by these facts: 1. There is a bug in HWID g...
Mon, 8 Feb, 2016 at 2:22 PM
How to solve Error code 1129 – "Provided license is not valid, or no license was found" ?
Check the license in License Manager on Windows platform at first (Programs -> Innovatrics -> * -> License Manager -> Check license). IDKit ...
Wed, 16 May, 2018 at 9:03 PM
How to secure universal license?
In order to secure universal license we recommend you to do following: 1. Store encrypted license content in windows registry, file or directly in code. 2. ...
Tue, 8 Sep, 2015 at 12:56 PM
HWID on embedded devices
We use MAC address based HWID on embedded devices. On Linux embedded OS license MAC address has to match with MAC address of one from following network de...
Tue, 8 Sep, 2015 at 12:56 PM
Get MAC address on Android device
Connect to your Android device according to this manual: http://developer.android.com/tools/device.html Issue following commands: adb shell netcfg (depre...
Fri, 24 May, 2019 at 10:01 AM
My license expired. I have generated new license and deployed using License Manager, but when I check license, I get message 'Found Expired License'.
1. If you don't care that you would install license for every user of PC -> Run Innovatrics License Manager, click Deploy License, choose license fil...
Tue, 3 Apr, 2018 at 2:01 PM
How to use in-memory license (on embedded device)?
You can use something like this to read license file to memory: int ReadBinaryFile(char *filename, unsigned char **licData) {         long fsize = 0;     ...
Tue, 8 Sep, 2015 at 12:57 PM