poiuytrez / AndroidInAppBilling

Android App Billing plugin for Cordova
173 stars 144 forks source link

Installation problem: variable missing: BILLING_KEY #91

Open Andrea2985 opened 9 years ago

Andrea2985 commented 9 years ago

I'm try to install the plugin with phonegap 3.6.0, i've cloned the project in my repository but when I run the installation it's say me: variable missing: BILLING_KEY. I've got the Base64 key from google play. Can you help me or write me a step by step guide, maybe I mistake something

Thanks

sydneyhenrard commented 9 years ago

Documentation: phonegap local plugin add /path/to/your/cloned/plugin/AndroidInAppBilling --variable BILLING_KEY="MIIBIjANBgk...AQAB"

satmaramani commented 8 years ago

cordova plugin add /path/to/your/cloned/plugin/AndroidInAppBilling --variable BILLING_KEY=""

stylohunk commented 7 years ago

I added this .

I am getting this error.

Error: Invalid package.json

In folder there is no package.json file

how to solve