Downloading Client SDKs #
Download ready-to-use client SDK files to add auto-update support to your software.
Getting There #
- Go to DDLS > Settings > Update Server tab
- Scroll to the Client SDK section
Available Languages #
| Language | What You Get |
|---|---|
| PHP | Platform-agnostic PHP SDK class |
| WordPress (PHP) | WordPress plugin updater, theme updater, and license management classes + examples |
| Python | Python SDK class + desktop app example |
| C# | C# / .NET SDK class + WPF example |
| All | ZIP containing all of the above |
How to Download #
- Select your programming language from the dropdown
- Click Download SDK
- The browser downloads a ZIP file named for the selected language
What the Download Does #
The SDK download process:
- Finds all files in the SDK directory for your chosen language
- Replaces the placeholder URL
https://your-store.comin each file with your actual site URL - Packages everything into a ZIP file
- Serves it as a download
You receive SDK files already configured with your store URL. You only need to set your product ID and license key handling.
What to Do with the SDK Files #
Extract the ZIP and add the files to your software project. See Client SDK Overview (Part 7) for integration instructions for each language.
