I have a desktop application that could run in trial mode. The user decides to enter a license key. I validate it and if valid the app will not run in trial mode anymore.
What should I do with the license key after this? Where should I keep it? Should I check if the license key is valid at every app start up? I want to know what should I exactly do after the user enters the license key? Thanks