![]() |
Polygon Crucher SDK - Documentation
Documentation
|
Your license serial number must be provide to the SDK in order to activate it.
This is simply done by calling the InitMootoolsApplication("Your license key"); at the beginning of the application (do not forget to balance with CloseMootoolsApplication at exit).
Saying that, depending on your licence level there is two different cases:
As the serial number is time-limited, you must take care of the renewal of the subscription because it will not be recognized once subscription expires.
If you hard code the serial, the SDK will refuse it at expiration and you'll get a disruption of the SDK services for your customers.
We highly recommended to get the serial number via a web service and to store it in an encrypted / hidden config file next to the application. You may then update the serial regularly via the same web service.
A simple HTTPS request to a page where your serial is stored would be enough.
Doing that the serial will be valid at any time without the need to recompilate the target software.