I just downloaded the latest iOS SDK (4.0.2) and tried out the examples. But the AR view shows with text "Unlicensed SDK" and no images are tracked for all the examples. Could anyone please help me?
N
Nicola Radacher
said
almost 9 years ago
Hi Vishnu,
You'll need to enter a Trail license key. Please find details on the trial key and where to enter it at this page.
I hope this helps.
Greetings
Nicola
V
Vishnu Vardhan PV
said
almost 9 years ago
But I'm not able to generate the trial license. The license generation page shows error.
In your code create an AR.Tracker and load the target collection file from the previous step
Create an AR.Trackable2DObject and assign your targetName
Make sure that the targetName used with the AR.Trackable2DObject correspond to one of the target names in your target collection. You can also use a wildcard to match any target or only a specific subset of targets. Please refer to the AR.Trackable2DObject main documentation for more information about wildcards.
Should the problem persist, please provide us with the needed code snippets of the initalization of the Tracker and Trackable2DObjects and the .wtc file, so we can check on our end.
Vishnu Vardhan PV