I have created a license with expiration date. What happens if my user leaves the application running on memory for months, even after the expiration date occurs?

<< Click to Display Table of Contents >>

Navigation:  WinLicense > FAQ > Registration > Common >

I have created a license with expiration date. What happens if my user leaves the application running on memory for months, even after the expiration date occurs?

1) Please, go to the "Customized Dialog" panel and check if the MSG_ID_LICENSE_DATE_EXPIRED is set as Enabled or Disabled.

 

2) If you have set it as Enabled, WinLicense will stop the execution on your application in memory when that date arrives and it will display the defined message for that dialog.

 

3) If you have set it as Disabled, WinLicense will continue running your application normally even after your license expires. You have to call periodically the SDK (WLRegGetStatus) to know if your license is already expired or not, so you can do your proper actions in case that it expires.