License Key and Software Authorizations

What are you guys using for your license keys and software authorization mechanisms?

Check out the OnlineUnlockForm and OnlineUnlockStatus classes. It’s pretty straightforward to adapt them for whatever you need, online or offline.

1 Like

I take it that this licensing system requires the user to be connected to the internet. Is there an offline option as well?

I believe so. It uses the OnlineUnlockStatus class to actually verify the registration, you can use it’s applyKeyFile() method to parse a string loaded from a stored file instead of received from a server.

1 Like