LicenseInformation guide?

How to properly implement a license system in a MIPPlugin?

Hi Felix

There’s a guide on how to do that. It’s located here: http://download.milestonesys.com/MIPSDK/MilestoneSolutionPartnerLicensingFramework.pdf

/Jon

That guide assumes that I already have implemented the system in my code. I was looking for help implementing the system in my plugin’s source.

Yes, I agree. I will recommend that you start with the MIP Documentation - Introduction to Licenses.

(In MIP Documentation in the top bar pick Plug-in integration, in the left hand panel find Architecture - Introduction to MIP licenses.)

I recommend also that you explore the three samples:

  • Concurrent license system
  • Server connection license system
  • Site license system

The guide mentioned by Jon will get important a little later when you have implemented a plug-in..