robotmedia / RMStore

A lightweight iOS library for In-App Purchases
Apache License 2.0
2.42k stars 450 forks source link

'Already purchased' error for consumable purchases #190

Open djmckee opened 8 years ago

djmckee commented 8 years ago

When a consumable purchase is purchased through the RMStore library, the user intermittently and completely at random, seems to get a modal error on screen saying You have already bought this product.  We'll restore your purchase, but no restore happens. No success or error callbacks are executed by the library so I am unable to handle the error. This is the first time that the user has purchased the product.

jw10126121 commented 5 years ago

I have the same problem as you.

djmckee commented 5 years ago

@jw10126121 my 'solution' was to write my own lightweight abstraction layer using StoreKit, getting rid of RMStore.

jw10126121 commented 5 years ago

Please tell me how you do it.