Start a new topic

Issue in setting the License Key?

Issue in setting the License Key?


Hi,

Please check the Xamarin documentation - it's explained here.

Greetings

Nicola

How to i enter key to Xamarin component

Hi Udit,

to Q1: yes according to the details that were sent to us the .mobile.lic.signed is the license for iPhone.

to Q2: Please enter your SDK Key in the WikitudePlugin.js file at line 9. If you still get the Trial watermark please make sure that the bundle id (iOS) or package name (Android) matches the one which were used for the license generation.

I hope this helps.

Greetings

Nicola

Hello,

We have received two files from Wikitude, upon purchasing License:

1. xxx.xxxxxxx.android.lic.signed

2. xx.xxx.xxxxxxxxx.mobile.lic.signed

Q1: We are assuming that android.lic.signed file is for Android and .mobile.lic.signed is iOS, Kindly verify?

Q2: We are updating the keys when calling the open method, the AR worlds load but still shows Trail as watermark? Anyway to controll this? below is the code snippet:

cordova.exec(

worldLaunched,

worldFailedLaunching,

"WikitudePlugin",

"open",


"SDKKey" : "/*SDKKey received in the files*/",

"ARchitectWorldPath" : samplePath,

"AugmentedRealityMode" : this._augmentedRealityMode

} >);

 

Please guide and advice how to proceed further? Thanks.
Login or Signup to post a comment