Closed svzi closed 7 years ago
Thanks for approving @PeterStaev !
Any idea when you will publish a new version?
Hey @svzi , thanks for your contribution! The new version is published now on NPM.
I need to thank you, @PeterStaev, for the great plugin. 👍
I've experienced some issues while using this plugin so far. With the current implementation I called
purchase.init([...]);
in myapp.ts
(using plain TypeScript, without Angular). In my first view-model I calledpurchase.getProducts()
but the correspondinghelper
in the android implementation wasn't initialized and the call crashed.The way I modified it, I can easily chain the calls in my view-model and I make sure that the plugin has been initialized correctly and is working. 👍