Documentation

License Key

The Wikitude SDK requires a valid license key to be able to run properly. An empty or missing license key will block the augmented reality view from showing any meaningful content. You will see a watermark across the screen with the words License Key Missing.

How to obtain a free trial license

When downloading the Wikitude SDK you will be forwarded to the license generation page, where a trial license key is automatically generated for you.

Copy the key into your app, which will unlock the trial mode of the Wikitude SDK. The trial mode of the Wikitude SDK contains the full feature set of the Wikitude SDK but will show a Trial watermark across the screen.

Each trial license key is valid for every application ID on every operating system. You can use the same trial license key in multiple apps.

Where should I enter the license key

Titanium Module

To use the Wikitude Titanium Module with a certain license key, enter the key while calling the Wikitude Module function createWikitudeView. This is demonstrated in the Wikitude Titanium sample application file ARchitectWindow.js line 31 and the key is defined in MainWindow.js line 14.