Start a new topic

How can I test my ARchitect file in a browser?

How can I test my ARchitect file in a browser?


Hi,

you are not able to run the Wikitude SDK on the simulator because there is no camera and sensors. You have to test your app on a device.

onDeviceSupported will return false and/or there is also a callback if the device is not supproted (in js only).

Nicola

Hi Nicola,

I tried the step by step of this page first:
http://www.wikitude.com/external/doc/documentation/3.1/ios/samples.html
So work fine, and the SDKExamples applications appears where each cell launches an individual ARchitect World, like the documentation says. But when I click in any cell the console log of Xcode wanning that "This device is no capable of running ARchitect World..." Look the image attached.

This wanning appears because I'm running the SDKExamples in the Xcode, the simulator os the Xcode? If I ran in my iPhone 5 or iPad it's gonna work?

Thank you Nicola for your patience.

Hi,

In our documentation section you find a detailed step-by-step guide to set up a project for each platform. Just follow these steps and have a look at the samples to build you app.

Nicola

Hi Nicola!

Sorry, but I didn't understand your last comment.
I already read the sample app, but I found a little confused and I don't succeed reproduce it.

Do you, please, can detail explain the step by step how to reproduce the sample app?

Hi Gustavo,

Great that it works. With our SDK we also deliver a sample app which demoes most important functionalities. 

Nicola

Hi Nicola!

Now I tried to run this url and it works.
But I didn't understand, you said you use the SDK sample app? What SDK sample?

Thank you

Hi Gustavo,

We tried with the SDK sample app and it works. The loading time (around 30 secs) is long though.  We used the following url: goo.gl/t66O41 (O = Otto)

Thx

Nicola

Hi again Nicola!

Now I used a valid url hehehe
I published a picture in this url: http://advg.com.br/gustavo/wiki_ra/GodOfWar.png and the studio.wikitude.com said that my project was save in this url: http://goo.gl/t66O41 but when i tried to run in my iPhone it didn't work.

I have to put this url http://goo.gl/t66O41 in the developer settings, right?

Thank you again.

Hi,

You must have a working url which points to an image set as url for the image augmentation. When we tried the url from the image in your project it pointed to an invalid dropbox url. If you test with dropbox, just make sure you're using valid urls.

Thx

Nicola

Hi Nicola Radacher,

I must have a url page with my image augmentation? Because, I put on dropbox page just for a test and I called the link.

Hi Gustavo,

We checked your project and found the link to the image augmention is not pointing to a valid url. Please make sure that your augmentations point to valid urls.

This should solve your problem.

Greetings

Nicola

Hi Wolfgang

First, sorry for I call you Damm.

Wolfgang, this link http://developer.wikitude.com/tools/target-manager/?level=0 just to convert the jpg in wtc! Nothing more!

This link http://studio.wikitude.com/studio I can choose the image target and the the image that will be the augmentations, but, when click on "export Project" this page generates another link, like this: http://goo.gl/mwNPm, so I go to this link and goes to another, link this http://s3-eu-west-1.amazonaws.com/studio-live/302926/worlds/14719755-a362-4f82-861e-17c8a47a47a9/wikitudeStudio.html and nothing happens. And if I put the link http://goo.gl/mwNPm in the wikitude app in my iPad or iPhone nothing happens too. And honestly hehehehe I think complicated your tutorial hehehehe, sorry to say that.

the second link (http://developer.wikitude.com/tools/target-manager/?level=0) is actually the target management tool.

Wikitude Studio allows to create augmentation by means of dragging and dropping elements.

PS.: Please call me Wolfgang, Mister Damm is my father ;).

Hi Damm

Why there are two target managers different?

http://studio.wikitude.com/studio
and
http://developer.wikitude.com/tools/target-manager/?level=0

I don't know exactly where to work hehehehe

Thanks

That seems about right. I would suggest looking at our sample project for PhoneGap for guidance on how PhoneGap projects can make use of the WikitudeSDK.

Please find the sample project at: https://github.com/Wikitude/wikitude-phonegap/tree/master/iOS
Login or Signup to post a comment