StephenVinouze / KinApp

A Kotlin In App Purchase library that lets you easily manage your billing process in Android
Apache License 2.0
81 stars 13 forks source link

Question: Billing Refund #7

Closed stefanoMancon closed 5 years ago

stefanoMancon commented 5 years ago

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 4 years ago

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