License Activation (Windows)

Using Paddle licenses to manage app access requires creation of a Paddle SDK Product in your seller dashboard.

The SDK provides a standard license activation dialog, which can be invoked whenever the app is found in an unlicensed state:

preparing...

If you’re making use of our licensing but want to use your own UI then you’ll need to make the activation call manually and handle the result:

preparing...

You can also override our activation UI. This will cause the SDK to use your custom window instead of the built-in Licensing Window.

To do this you need to ensure your window implements the ILicenseWindow interface and inject into the Paddle Instance by calling the following method:

preparing...