❔ implementing licensing system in my app
Hi guys,
I would like to implement some kind of license system to my app written in c#.
I've been considering APIs like keyauth.cc...but can you maybe recommend something better? What do you use in your apps?
Thanks for the answer in advance
3 Replies
You should implement your licensing system as per the needs of you app.
If it's an app that should work offline see the implementation of something like windows 95 licenses check (a bad but simple example)
If it's something that should work only with an internet connection, implement a query to your database for that license as you would do, for example, for an account
What are you making?
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.