Hi,
I’m facing a disturbing issue with Google Play IAP (the v3 plugin). I called the “purchase” method for my product, and I purchased the item in Google Play. Everything was fine here.
Then I went to my Google Wallet account and cancelled the order. I received an email confirming the cancellation and everything.
Now, I opened my app again and I clicked my “Restore” button which calls the “restore” method and my callback still gets called with a “purchased” state instead of “refunded” or “failed”.
In the case where I restore purchases, how can I tell that the product was actually cancelled/refunded?
Thanks,
George
EDIT: I should mention that this product is set up as a managed product in Google Play.
EDIT #2: In my other device, calling “restore” correctly does not retrieve any transactions. So, only on the device where I made the purchase, it still thinks there’s a purchase when there’s not.