QlmLicense::GetLicenseInfo(..) return null
This API call always returns null with 100% correct parameters (regardless search in the history table or not).
Any ideas here?
-
Official comment
I just tested this API and it worked as expected.
Example (after creating an instance of the LicenseValidator and calling ValidateLicenseAtStartup):
string dataSet;
string response;ILicenseInfo licenseInfo = lv.QlmLicenseObject.GetLicenseInfo(string.Empty, lv.ActivationKey, false, out dataSet, out response);
Comment actions
Please sign in to leave a comment.
Comments
1 comment