You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2026. It is now read-only.
I'm trying to implement the mechanism to recover from failed consumable purchases, specifically, the case where the purchase itself was successful but verification and finishing transaction could not be performed.
In such cases, how can we access to the unfinished purchases?
So far, I've tried with purchase-updated listener and getAvailablePurchases.
I initially expected Apple will replay the events and we could listen for them but nothing comes in.
When I try to purchase the same consumable product, the old purchase is replayed sometimes, though nothing happens in most cases. This is the only case where I could observe unfinished consumable purchases so far. But this seems to be unreliable.
I could not get them from getAvailablePurchases().
I'm trying to implement the mechanism to recover from failed consumable purchases, specifically, the case where the purchase itself was successful but verification and finishing transaction could not be performed.
In such cases, how can we access to the unfinished purchases?
So far, I've tried with purchase-updated listener and getAvailablePurchases.
Any help or insights would be appreciated!