jinSasaki / InAppPurchase

A Simple and Lightweight framework for In App Purchase (Store Kit 1)
MIT License
288 stars 30 forks source link

can we check given product is already purchased before? #33

Closed jignesh133 closed 5 years ago

jignesh133 commented 5 years ago

Is your feature request related to a problem? Please describe.

can we check given product is already purchased before? we need to show restore Button based on his previous transaction

Describe the solution you'd like

create new method that will return the previous purchased product array

Describe alternatives you've considered we need to make purchased request again an apple will handle

jinSasaki commented 5 years ago

You can check that the product is purchased by the receipt in the device.

Please see also #27

In addition, any finished transaction is not fetchable from StoreKit.