anjlab / android-inapp-billing-v3

A lightweight implementation of Android In-app Billing Version 3
Other
2.19k stars 535 forks source link

getPurchaseInfo do not reflect the Google purchase #513

Open Tzontonel opened 2 years ago

Tzontonel commented 2 years ago

Hi there,

How can I check if a product is bought or remorsed/refunded on Google Play Console.

Currently, I check via bp.getPurchaseInfo(); and if it's != null then is already bought. But this method doesn't care about the updated status on Google Play Console.

islamarr commented 2 years ago

the same here