-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Purchases not being acknowledged sometimes #70
Comments
billingConnector = new BillingConnector(this, getString(R.string.license_key)) |
This is my code. Although I have "autoAcknowledge()" still some times after after 3 days and 10 minutes the purchase is refunded: billingConnector = new BillingConnector(this, getString(R.string.license_key)) |
I got exactly same problem. Here is my code for initialize BillingClient:
Do you have any ideas or suggestion to address this issue? |
actually if you reinitialize the billingConnector, library will acknowledge all non-acknowledged packages. |
I found that if you try to re-acknowledge an acknowledged purchase, |
Hello, and thank you for developing this library.
I have implemented version 1.1.1 of the library in two of my apps for in-app purchases. In these apps, I am also using the com.android.billingclient:billing:6.0.0 dependency. However, I am facing an issue where purchases are automatically refunded exactly after 3 days and 10 minutes.
Upon researching the Google documentation, I found that "If you don't acknowledge a purchase within three days, the user automatically receives a refund, and Google Play revokes the purchase" (source: Google Play Billing Documentation).
This automatic refund is not happening for every purchase, and I'm unsure how to resolve it. Do you have any ideas or suggestions on what steps I should take to address this issue?
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: