OHHHH wow thank you very much! :)
Hi Jon,
when we refer to an "experience" in the documentation, we essentially mean the javascript code that will call to the Wikitude JavaScript SDK and all the assets related thereto. Sometimes this is also referred to as "world".
We have a public GitHub repository that contains all of the samples we present in our sample apps. They also come bundled with the regular JavaScript SDK packages. They do not come bundled with the Cordova package as we offer a script to set up the sample that will download them automatically.
You'll notice that all of these experiences contain an index.html file at the root level. This is what you need to set your arExperienceUrl to.
So, in summary, you'll have to download the 01_ImageTracking_1_ImageOnTarget folder from the repository, put it into the global www folder and set your arExperienceUrl to www/01_ImageTracking_1_ImageOnTarget/index.html.
If you continue to have trouble with setting things up, please let me know.
- Daniel
Jon Paricien
I am currently following the cordova plugin documentation on the wikitude website and when I run the specific code in the "Loading your augmented reality" section, I get an error saying a file is missing. In my code it says set "arExperienceUrl: 'directory" but I am not sure where to get the experience to load in the app. I am very new to this and would like someone to help me find this "experience" so I can test my image recognition for the surf board image.