isFeatureEnabledEx
hello
We are trying to use IsFeatureEnabledEx to check if a certain feature is enabled for a license. We can see on the QLM Console that the feature is enabled, but the function returns false. Working on this for a few hours now.
In addition, we tried lv.QlmLicenseObject.GetFeaturesAsString but it returns empty string.
Any clue what the cause might be?
-
Official comment
IsFeatureEnabledEx will return valid results only after a License has been successfully validated.
This is described in the documentation: https://support.soraco.co/hc/en-us/articles/207611713-QlmLicense-IsFeatureEnabledEx
Comment actions -
Features are embedded in the Computer Key. In order to get the new features, you need to reactivate the license to get a new Computer Key. If you are using the LicenseValidator class and enable server-side validation, the LicenseValidator.ValidateLicenseAtStartup function will automatically reactivate the license behind the scene if it detects that a feature has changed on the server.
Please sign in to leave a comment.
Comments
3 comments