Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Tazaf/WikitudeCordovaDemoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WikitudeCordovaDemoApp

I didn't develop this application. It's only a more easily installable version of the official Wikitude Cordova Plugin Demo App.

Install

  1. Clone or download this repository
  2. Navigate on the newly created folder
  3. Install the platform on which you want to install this app
    cordova platform add android
    
    ...or...
    cordova platform add ios
    
    (For android platform, be sure to have at least the android@5.0.0 platform version)
  4. Install the plugins:
    cordova prepare
    
  5. You'll need to register on the Wikitude website in order to obtain a Trial Licence Key. More information here.
  6. When you get your icence key, replace the value of this._sdkKey on the line 14 of the WikitudePlugin.js file located in the WikitudeCordovaDemoApp/plugins/com.wikitude.phonegap.WikitudePlugin/www folder.
  7. For the Licence Key to be propertly propagated, you'll need to remove your platform and then reinstall it.
  8. With your device plugged in your computer, install the app:
    cordova run android