I didn't develop this application. It's only a more easily installable version of the official Wikitude Cordova Plugin Demo App.
- Clone or download this repository
- Navigate on the newly created folder
- Install the platform on which you want to install this app
...or...
cordova platform add android
(For android platform, be sure to have at least the android@5.0.0 platform version)cordova platform add ios
- Install the plugins:
cordova prepare
- You'll need to register on the Wikitude website in order to obtain a Trial Licence Key. More information here.
- When you get your icence key, replace the value of
this._sdkKey
on the line 14 of theWikitudePlugin.js
file located in theWikitudeCordovaDemoApp/plugins/com.wikitude.phonegap.WikitudePlugin/www
folder. - For the Licence Key to be propertly propagated, you'll need to remove your platform and then reinstall it.
- With your device plugged in your computer, install the app:
cordova run android