cancel
Showing results for 
Search instead for 
Did you mean: 

Add-On Trial period

Former Member
0 Kudos

Hi

I want to give 30 days validity for my Add-On if it is demo version, and after getting the license Add-On should work properly with all functionality.

can any one guide me on this aspect

Thanks & Regards

Chakrapani

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196647
Contributor
0 Kudos

Hello,

You can use any general method. There are no specific facilities in SDK to do this. Check on Google, you'll find many methods.

Easiest is to store the installation date somewhere in the registry in encrypted form, and than checking the number of days elapsed against that date.

Though, do keep in mind that nothing will be fool proof, and somebody really hell-bent on breaking will always be able to find out a way.

Regards,

Rahul Jain