SaaS and time-limited

Hi,regarding SaaS, I've created a key that should expire 1 day after (for testing)what is the proper strategy to implement this function?TA_IsGenuineEx() is called at the beginning of my software with 30 days between check and 30 days of grace period.in this scenario the key remains active for 61 days, right?do I need to check the date after grabbing the value with TA_GetFeatureValue()?

thank you for your help,Nicolas

sorry...I have missed the TA_IsDateValid()

++

and should I deactivate recorded key when TA_IsDateValid() != TA_OK ?

thanx,++

No, you should prompt the user to buy more from you. We actually have a big article with lots of examples: https://wyday.com/limelm/help/license-features/

And here's a direct link to the applicable example: https://wyday.com/limelm/help/license-features/#saas

thank you Sam.++