-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to detect refund? #69
Comments
using a test account I purchased the product and from the Play Store console I refunded with removed entitlement but somehow it's still showing |
The result of my research is that it is not possible with Google's IAP library. The only reliable way is to use the Voided Purchases API, which requires a server: https://developers.google.com/android-publisher/voided-purchases?hl=en |
I have 5 Non-consumeable items This way If I refund the product from the console I was able to reset it because the product will not be fetched and No preference will be saved |
How do I know if a purchase was refunded? Is it sufficient to use
billingConnector.isPurchased()
and in case of a refund it returns false?The text was updated successfully, but these errors were encountered: