StephenVinouze/KinApp

Question: Billing Refund

Closed this issue · 1 comments

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?

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?

It must be fixed