Hi all!
Plugin: https://github.com/j3k0/cordova-plugin-purchase
If i buy an item the finished()-Part is called. That works.
But if i buy an item again (CONSUMABLE) the finished()-Part will be called 2 more times…
But if i buy an item again (CONSUMABLE) the finished()-Part will be called 3 more times… and so on.
store.when(package.androidProductId).finished(
function (p) {
alert('finished');
}
);
Can somebody help me out?