Licence Protector Test Tool for MAC

 

The Licence Protector Test Tool for MAC allows you to test and debug. All API commands are place on a button. The label of the button has exactly the same name like the corresponding API command. If you click on a button the API command is processed in the same way like it would be done in a compiler.

 

The tool can be found in the folder: License Tester

 

When the tester starts, the values are pre configured for the demo project and the demo Activation Server 4.

 

To make a quick test:

 

Create a Serial Number
Click on the TAB Screen and fill out the data for the activation screen customization. Then click on setActivationScreen

 

testermac-page2

 

Click on the TAB Web
Press the button PrepareInit while Activate is checked (command prepareAndActivate). You should get return code 0, the license file is created and you should see the start screen in evaluation mode

 

More license testing without a user interface

Press the button GetRemainingSeconds or GetExpiryDate to retrieve the seconds left for the trial version
Press the button Validate. It should return 1 = Demo Version. You can also check the demo version state using GetDemoState
Type in a Serial Number, Customer Name and e-mail address. Activate the software using ActivateModule . The result should be 0
Press the button GetRemainingSeconds or GetExpiryDate . There should be no time limitation as the product is activated
Press the button GetActivationState. The status should be 2 as the product is activated
Now copy the license file on another computer. After PrepareInit you should get the error 1024 (copy protection violation)

 

 

testermac-page1