anjlab/android-inapp-billing-v3

getPurchaseInfo do not reflect the Google purchase

Opened this issue · 1 comments

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.

the same here