AndroidInAppBilling icon indicating copy to clipboard operation
AndroidInAppBilling copied to clipboard

Installation problem: variable missing: BILLING_KEY

Open Andrea2985 opened this issue 10 years ago • 3 comments

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

Andrea2985 avatar Feb 24 '15 18:02 Andrea2985

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

sydneyhenrard avatar Feb 27 '15 15:02 sydneyhenrard

cordova plugin add /path/to/your/cloned/plugin/AndroidInAppBilling --variable BILLING_KEY="<ACTUAL BILLING KEY HERE FROM PLAY STORE ACCOUNT>"

satmaramani avatar Dec 15 '15 08:12 satmaramani

I added this .

I am getting this error.

Error: Invalid package.json

In folder there is no package.json file

how to solve

stylohunk avatar Jun 08 '16 09:06 stylohunk