Hi Giovanni,
If you go to our Documentation page here https://www.wikitude.com/documentation/ then you can select the platform you are developing with. In each platform documentation there is a section titled 'Where should I enter the license key' with all the information you would need.
For example, if you are developing your app using Android Javascript then please go here https://www.wikitude.com/external/doc/documentation/latest/android/triallicense.html#where-should-i-enter-the-license-key.
You will see that most information is covered in our corresponding documentation section.
Thanks
Eva
Hi Eva,
thanks for reply.
I'm using wikitudesdk.aar and mu code is :
private void loadArchitectView() {
final StartupConfiguration startupConfiguration = new StartupConfiguration(getApplicationContext().getString(R.string.wikitude_trial_licence_key));
this.architectView.onCreate(startupConfiguration);
this.architectView.onPostCreate();
try {
this.architectView.load("index.html");
}catch (IOException e){
}
this.architectView.callJavascript("loadLogin()");
this.architectView.callJavascript("loadWelcome()");
}
I haven't found any information about it. I downloaded then trial license file with a long string inside.
How I can put this info in my project?
Thanks.
All rights. I solved my problem.
Thank you for your support.
Hi Giovanni,
Glad that you sorted everything and you can start testing now
Eva
Giovanni Zicarelli
Please can you explain clearly where put the trial license key in android studio project?
Thanks in advance