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.
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.