Copy protection?
-
@Christoph-Hart
createLicenseUnlocker()
What is it and how should we use this new implementation? -
@ustk Might give some hints - https://docs.juce.com/master/classOnlineUnlockStatus.html#ad5b13f8fc564b0540033b614db089169
-
@d-healey So for what I see a specific API will be created for the manipulation of this manager. Good news
-
@ustk I basically wrapped the JUCE copy protection system into a minimal API that you can adapt to work with your server.
You'll need to create the license key file on your server but then it automatically manages system identification, encryption and checks the validity all over the HISE codebase.
This should cover most copy protection needs.