Start a new topic

ARchitectWorld not loaded

ARchitectWorld not loaded


Hello, 

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

 

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

Hello, I have a the license key, I just remove it for the screenshot :-)

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

Yes, it works. 

Thank you very much

Best Regards

 

Stéphanie

That's good news :) I'm glad that you can now start developing your augemnted reality application.

Best regards

Andreas
Login or Signup to post a comment