Can We able to Transfer already Generated License Key to Other Machine
-
Official comment
Hi Akhil
To transfer a license to another machine, you need to:
- Release the license from one machine
- Activate the license on the other machine
You can release (de-activate) a license from one machine in different ways:
- Through the QLM Management Console / Manage Keys / Release
- Through the QlmLicense.ReleaseLicense API
- Through the ReleaseLicenseHttp URL
Regards
JohnComment actions -
Assuming a license has been release on machine A via a button in your app or via the QLM Management Console, there are a couple ways the user can get up and running on another system:
The user can launch your application the other machine. It will typically fails because the license is not activated on this machine. The user should then be able to activate the license.
You can automatically attempt to activate the license if you find that it's not activated. The LicenseValidator class has a method called ReactivateLicense that serves this purpose. To enable this code, you must add a #define REACTIVATE_TORENEW_SUBSCRIPTION. This code is meant for automatically renewing a subscription but it would work as well for re-activating a released license.
Please sign in to leave a comment.
Comments
3 comments