AlexDisler / cordova-plugin-inapppurchase

A lightweight cordova plugin for in app purchases on iOS/Android
316 stars 192 forks source link

No need to somehow finish products? #213

Closed Defcon0 closed 6 years ago

Defcon0 commented 6 years ago

Hello,

maybe I'll switch from https://github.com/j3k0/cordova-plugin-purchase to this plugin. What's confusing me a bit is why no products are ever "finished" so that it's not pending anymore. Is that automatically done if then() is called after subscribe() had been called?

Thanks in advance for any help!

Reactor13 commented 6 years ago

The same question.

One of our users has already faced the problem of an unfinished purchase. So he can't restore it and can't purchase again, because iTunes says - "Purchased already done. It will be restored for free" - and plugin don't handling this status.

Defcon0 commented 6 years ago

Seems to be the normal way Apple handles this. Too bad :(