anjlab / android-inapp-billing-v3

A lightweight implementation of Android In-app Billing Version 3
Other
2.2k stars 536 forks source link

Bug: v2 BillingProcessor not handle BillingResponseCode.USER_CANCELED #502

Open masonHong opened 3 years ago

masonHong commented 3 years ago

I am migrating to v2. I checked the event because the event did not come when I canceled while the Google Play purchase dialog was open. So, when I checked the BillingProcessor source, PurchasesUpdatedListener.onPurchasesUpdated did not handle BillingClient.BillingResponseCode.USER_CANCELD.

Are you applying in any other way? Or are you planning to fix it?