Start a new topic

License key missing

i still face the invalid license key issue.

for example: my app id is com.test


1.is this the only place to place the license key? 

2. what other places do i need to modify such as manifest.xml ?

package com.test.wikitudetest;


import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;

import com.wikitude.architect.ArchitectStartupConfiguration;
import com.wikitude.architect.ArchitectView;

public class MainActivity extends AppCompatActivity {
   
private ArchitectView architectView;
   
@Override
   
protected void onCreate(Bundle savedInstanceState) {
       
super.onCreate(savedInstanceState);
        setContentView(R.layout.
activity_main);

       
this.architectView = (ArchitectView)this.findViewById( R.id.architectView );
       
final ArchitectStartupConfiguration config = new ArchitectStartupConfiguration();
        config.setLicenseKey(
"License key" );
       
this.architectView.onCreate( config );
    }

 Hi Wei,


What error exactly do you see? Please go through our documentation to see exactly how to set up the Trial License key.


Thanks

Eva

I used my education license and not trial one.

I used Samsung Galaxy Note 8.0 and SDK 7.  It shows invalid license message on the tablet screen.

 Hi Wei,


Since you have an educational license key then, please reach out to sales@wikitude.com and report your problem there. Before you do that, make sure that the app id you have provided the sales department with matches exactly (lower and uppercase letters make a difference) with the one you are providing in your app. Also, check out the console output to see exactly what error you are getting.


Thanks

Eva

Login or Signup to post a comment