Integrate Wikitute to Ionic2 mobile app

92 views Asked by At

I want integrate wikitude to my existing ionic2 application. I saw there is a cordova plugin for wikitude integration. But there is no example for ionic2 in wikitude documentation.

Is there any boilerplate code for wikitude with ionic2 ? How to start integration wikitude with ionic2 ?

2

There are 2 answers

0
Niroshan Ranapathi On BEST ANSWER

you can download sample boilerplate code from here.

For the start intergration of wikitude with ionic2

  1. Add Plugin

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

  2. Register, and download a key for the Wikitude SDK

  3. Add key to src/app/app.component.ts

    WikitudePlugin._sdkKey = "YOUR-SDK-KEY"

0
Reza On