License Key

Related documentations
License Manager

A license key is unique to a bundle ID.

If you change the bundle ID of an app or create an app with a new bundle ID, you must create a new key for the new bundle ID.

The license key can be created from License Manager.

※ The Package Name in Android Project and in License Manager must be same.

If you have been created a new key, use the following code to add the key.

>ImageTrackerViewController.mm

- (void)startEngine
{
    maxstAR::init("your license key");
    ...
}

If you add the wrong license key, ‘Invalid Signature' watermark will be displayed.

※ When the Invalid Signature watermark is displayed, both object recognition and content enhancement will not work.