I have released a new version of Serial Key Maker (3.0.1.2) that now allows you to create demo keys by making a call to the API.
All you need to do is call the “MakeDemoKey” method on the API, passing in your private key and the number of days you want the key to be valid for.
objLicenseObject.MakeDemoKey(“MyPrivateKey”,30)
This feature will allow you to create a demo key for your user when your application installs. That way, your user does not have to contact you before using your product.
Serial Key Maker actually uses this feature!
As mentioned before, Serial Key Maker uses the API for its own licensing validating. When you install it for the first time, it operates in DEMO mode. The demo key is now generated from the “MakeDemoKey” method on the API object.