Licensing
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
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
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
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
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
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
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
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
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
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