License Key

Related documentations
License Manager

A license key is unique to a package name.

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

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 created a new key, use the following code to add the key.

>ARActivity.java

protected void onCreate(Bundle savedInstanceState) {
    …
    MaxstAR.init(getApplicationContext(), "your license key");
    …
}

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

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