C#C
C#2y ago
Gulla

IP-based licensing system

i am making a app with both client and server program, and i have stripe purchasing keys that i generate. Would is make sense to tie the key with IP address, such as using System.Net instead of other way like hardware idnetifier? because user must purchase both client and server to run program effectively

I was thinking using a licensing server with the key in one column of sql database and ip in another
Was this page helpful?