Need help adding in-app-purchases to a Meteor app. Specifically adding 'subscription' support for Android Play Store

Is this even advisable to do with meteor / cordova?

The most recent forum post on this is from 2015…

and points at the cordova plugin for in app purchases.

And from the available documentation for this library i can understand plugin integration and cofiguration. Also product configuration and the authentication theory.

But I can’t find any help on how to implement from a front-end perspective. What templates are used and where. Do i need to augment or remove the accounts-google package. Does it just support payments already? What is good practice in terms of checking subscription status and allowing product purchasing?

It’s now 2023 and I’ve successfully done subscriptions in both Apple and Google stores using cordova-plugin-purchase - npm

1 Like