Fovea / cordova-plugin-purchase-demo

Demo of the Purchase Plugin for Cordova
32 stars 35 forks source link

during plugin development #11

Open jdnichollsc opened 8 years ago

jdnichollsc commented 8 years ago

Hi man,

What do you mean about the following command?

cordova plugin add "../cordova-plugin-purchase"

In the console shows the following error: http://screencast.com/t/eQtmWrQSRv

Regards, Nicholls

j3k0 commented 8 years ago

../cordova-plugin-purchase is the path to the plugin on your local machine, so you can install it in your test app. this is used if you are making change on the plugin that you want to test

jdnichollsc commented 8 years ago

But this path of the plugin doesn't exist. I have the following path:

./plugins/cc.fovea.cordova.purchase

jdnichollsc commented 8 years ago

What do you think to create a demo with my Ionic starter template?

https://github.com/jdnichollsc/Ionic-Starter-Template

Regards, Nicholls

j3k0 commented 8 years ago

Sure, if there's a demo of the plugin using Ionic I'll gladly post about it.