I working on desktop application windows desktop made by csharp
I make license file have period of license as 30 day and start date and computer mac address
my issue is clients delete license file so desktop app start as first day after delete this file
so how to prevent users from delete license file
or with another way how to make my app detect that file created before and deleted so can't open my app
Rijwan AnsariPosted Oct 21, 2021, 5:25 AM
Srinivasan RamamoorthiPosted Oct 21, 2021, 2:24 AM
Can you store the license file in database in file or blob storage for each user.
Other option is place the file in a folder where the user can't find.