Start a new topic

The requested URl was not found on this server- PhoneGap

Hi, I am using PhoneGap and running app in iOS device. I got error "The requested URl was not found on this server."  I tried to run the sample given on the website but got the same error. Can someone tell me what am i missing?

IMG0251.PNG
(739 KB)

Hi,

As this is not a Wikitude related issue, it looks as if it is a case of a wrong URI or a device related issue regarding permissions.

Thanks
Eva

 

What is the URL we need to provide?. There is no URL right?. I followed this link to create Sample http://www.wikitude.com/developer/documentation/phonegap .

Hello Khetaram,

You need to make sure you add the Wikitude SDK to the project by installing the Wikitude Cordova Plugin

 

 $ cordova plugin add https://github.com/Wikitude/wikitude-cordova-plugin.git


 and then you also need to make sure you are pointing to the augmented reality experiecne you would like to load at your index.js file

 

// Url/Path to the augmented reality experience you would like to load
arExperienceUrl: "../index.html",

 

Thanks

Eva

Login or Signup to post a comment