-
Notifications
You must be signed in to change notification settings - Fork 54
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
Cant do a second purchase, after first success. #1115
Comments
👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out! |
purchases-android/common/src/main/java/com/revenuecat/purchases/google/BillingWrapper.kt Line 253 in fb12997
I do get logs on second purchase till this point. Could the next line synchronized block could be the cause ? Since my purchase's callbacks are not invoked for the second purchase. |
Hi @Shabinder, unfortunately I wasn't able to repro. I was able to purchase multiple products (or the same one after the first subscription expires if it's a subscription). I'm not sure what's happening since the Could you send us debug logs of this situation happening so we can better debug the issue? |
Simple logcat or any specific command / process to get debug logs ? |
You can enable debug logs by doing Once you do that, you can filter logcat logs that include |
Describe the bug
After we have successfully purchased one product, and then try to complete another purchase of same or different product.
in same session, leads to happening nothing and any further purchases wont work since, we get The operation is already in progress
Doesn't get fixed until we restart the app.
The text was updated successfully, but these errors were encountered: