poiuytrez / AndroidInAppBilling

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

make android inapp purchases optional? #107

Open shochberg opened 8 years ago

shochberg commented 8 years ago

Hello,

It looks like this plugin automatically adds the permission for Google Play billing service. That's great, but I'd like to make the billing service optional, so that users can still use the free app without necessarily allowing billing (or be able to go back and change it later.)

Is there a way to pass an "optional" parameter to the plugin or change the permission used by phonegap when it creates the apk?

Thanks.