When I call WLRegNormalKeyCheck, it always report TRUE even if I don’t enter any information. What's wrong?

<< Click to Display Table of Contents >>

Navigation:  WinLicense > FAQ > Registration > Common >

When I call WLRegNormalKeyCheck, it always report TRUE even if I don’t enter any information. What's wrong?

Notice that when you run the application in unprotected state, you are just taking the *fake* values from the WinLicenseSDK.ini file. In that file, you have set that WLRegNormalKeyCheck will return "TRUE".

 

You have to protect the application in order to get the SDK working as expected. The WinlicenseSDK.ini is only used to allow you testing your application with the SDK while it's not protected, so you can debug it easily.