Start a new topic
Solved

installing cordova plugin version 5.3.0 in Ionic

Hi, I have a licence for an older version of the plugin (5.3.0) and I'm trying to install it in my Ionic app like this


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


but I'm getting this error like this revision doesn't exists, could you guys help me out? thank you in Advance:


Axel


Hi Axel,

Please download older versions of our SDK from here.

Thanks
Eva

 

ok, thanks for the answer, the thing is that I might need some extra help, how do I install the plugin? Is it just copy it to the plugins folder? because in general I would use the command line command and would be done with it

Hello Axel,

If you wish to use Ionic then you can download the Wikitude IONIC 2 Starter App as a third party plugin from here https://market.ionicframework.com/starters/wikitude-ionic-2-starter-app. However, please note that Wikitude does not offer official support for Ionic so if you have any issues you need to reach out to the developer of this plugin.

Thanks
Eva

 

Hi, I found out a way, you must do ionic cordova plugin add + (path to the sdk folder) but there's a catch. You must create a package.json file with at least these infos 

 

{ "name": "wikitude-cordova-extension",

"version": "5.3.0",

"license": "(MIT OR Apache-2.0)" }


I hope that can help anyone

Login or Signup to post a comment