Licensing Integration
and
Analytics Integration
Introduction
Here you can download our latest and most comprehensive example application: the Zentitle Showcase Application. This application, written in C#, fully demonstrates Zentitle's Licensing and Analytics client-side functionality and may serve as a basis for integrating Zentitle with your own software.
Quick Start Guide
Requirements
- Visual Studio Code or 2017/later.
- .NET version not lower than 4.6.2.
- Visual C/C++ Runtime 2017 or later.
Obtaining and Running the Showcase Application
There is a download link at the bottom of this page where you may obtain the application.
To run this application, please carry out the following steps:
- Unzip the application folder and load the solution file (.sln) into Visual Studio.
- Obtain a Zentitle library for your build platform. Take note of the values of the three X,Y and Z security constants as you will have to set these in the application.
- Locate the following lines in the app.config file:
You will have to change the values of these keys to the correct ones for your Zentitle account and product. Please supply here your own customer ID, the last five digits of your 10-digit product ID with any leading zeroes removed and the values of the X, Y and Z security constants.
- Build the application in Visual Studio.
- Copy the library into the same folder as the application executable (ShaferExample.exe.)
- Run the application.
Please also see the following video tutorial giving a more extensive guide to using this application.
MEDIA COMING SOON