I setup an new project following the setup guide iOS, I'm trying to load the ARchitechWord from the Sample (3_PointOfInterest_1_PoiAtLocation) but when I run my app on my device, no html is loaded.
Did I miss something?
I add some screenshots of the code, the project and the result.
Thanks
A
Andreas Schacherbauer
said
over 8 years ago
Hi Stéphanie,
My first guess is the missing license key (comment // 2). After you started the SDK download you should be redirected to a license generation page. A license key (even a free trial key) is mandatory in order to use the Wikitude SDK.
Best regards
Andreas
S
Stephanie Meusling
said
over 8 years ago
Hello, I have a the license key, I just remove it for the screenshot :-)
A
Andreas Schacherbauer
said
over 8 years ago
ok - just saw the reason in your Xcode screen shot. You've added the folder 'ARchitectWorld' as 'group' and not as a folder 'reference'(blue icon). In your code your're trying to get the bundle URL from 'ARchitectWorld' subdirectoy which does not exist in the app bundle. Either add the folder as a folder reference or remove the 'subdirectory' part of your -URLForResource:withExtension call.
Best regards
Andreas
S
Stephanie Meusling
said
over 8 years ago
Yes, it works.
Thank you very much
Best Regards
Stéphanie
A
Andreas Schacherbauer
said
over 8 years ago
That's good news :) I'm glad that you can now start developing your augemnted reality application.
Stephanie Meusling