Question: Billing Refund
Closed this issue · 1 comments
stefanoMancon commented
When the user refund the purchase
billingManager.restorePurchases(KinAppProductType.INAPP)
return an empty array but if i call billingManager.purchase(this, <your_products_id_here>, KinAppProductType.INAPP)
the response is KinAppPurchaseResult.ALREADY_OWNED
. How to fix it?
Hanzala717 commented
When the user refund the purchase
billingManager.restorePurchases(KinAppProductType.INAPP)
return an empty array but if i callbillingManager.purchase(this, <your_products_id_here>, KinAppProductType.INAPP)
the response isKinAppPurchaseResult.ALREADY_OWNED
. How to fix it?
It must be fixed