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
G
Gustavo Severo
said
over 10 years ago
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.
N
Nicola Radacher
said
over 10 years ago
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
G
Gustavo Severo
said
over 10 years ago
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?
N
Nicola Radacher
said
over 10 years ago
Hi Gustavo,
Great that it works. With our SDK we also deliver a sample app which demoes most important functionalities.
Nicola
G
Gustavo Severo
said
over 10 years ago
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
N
Nicola Radacher
said
over 10 years ago
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)
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
G
Gustavo Severo
said
over 10 years ago
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.
N
Nicola Radacher
said
over 10 years ago
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.
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.
Forum