Licensing

Android license installation
Generate license: To generate license for your android device go to our CRM site: http://crm.innovatrics.com , choose IDKit Embedded SDK and hit Developme...
Tue, 26 Mar, 2019 at 10:36 PM
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
How to generate new License using REST API
There are two ways to send calls to API. Either using your password, or using Webservice token. To generate your Webservice token, visit http://crm.innovatr...
Tue, 2 Feb, 2016 at 4:58 PM
License Manager is showing different hardware ID each time it is launched.
This is a known issue. The Hardware ID is computed from primary HDD ID and CPU ID: HDD ID is encrypted in first 8 characters of HW ID string. ...
Mon, 7 Aug, 2017 at 8:38 AM
Android licensing
There are 4 ways of getting HWID: ApplicationID Serial number (obsolete) IMEI (obsolete) MAC address (obsolete) AndroidID Androi...
Thu, 28 Mar, 2024 at 2:42 PM
Usage of multiple SDKs simultaneously
Issue: I am testing the IDKit SDK, Segmentation SDK, and IFace SDK together. However, I can only deploy one license for one SDK at a time, which means if I...
Mon, 21 May, 2018 at 11:14 AM
Error 500 generating a license using REST API
Issue: I use a query to generate the license: curl -u "user:password" "https://crm.innovatrics.com/api/license/generate/123.xml?hwid=a+rQ3MY...
Tue, 26 Nov, 2019 at 3:33 PM
Uppercase / lowercase HWID
Issue: I have generated a license by putting letters of the Hardware ID and the error I am getting is "Your hardware ID doesn't match the hardware...
Tue, 1 Aug, 2017 at 6:07 PM
Get & Print Hardware ID in IDKit SDK
C/C++ int hwid_len; IEngine_GetHardwareId(NULL,&hwid_len); char hwId[hwid_len + 1] = {0}; IEngine_GetHardwareId(hwId,&hwid_len); printf("H...
Mon, 16 Apr, 2018 at 7:37 AM