-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Issue when purchase testing Android IAP product using "Slow test card" method #50
Comments
I'm not able to reproduce this when testing with the recent extension update to Google Play Billing Version 5 |
We also see this. Slightly different output. This is on a Xiaomi-MI 9, Android 10.
|
I suspect that the default auto-completion option assumes a sequence & timing of events that is incompatible with that caused by the slow test card option (and presumably, the real-life equivalent situation) |
How are you testing this? Last time I tried I failed to repro the issue. |
To reproduce:
|
I tried reproducing this issue using the instructions above but to no avail. Here's me being it:
And one minute later when the transaction goes though I get this:;
I do not see any erros or warnings in logcat during this process. Anything in particular l should look out for? |
Hello, Have you tried this issue with slow card, always decline? I receive the initial "Pending..." message, but the decline message never arrives. The successful purchase version works. |
Bug Description
https://forum.defold.com/t/issue-when-purchase-testing-android-iap-product-using-slow-test-card-method/71474
When using "Slow test card, approves after few minutes" method on purchase testing, the transaction state become
error
with reasoniap.REASON_UNSPECIFIED
. After 3-5 minutes, transaction state becomeiap.TRANS_STATE_PURCHASED
.Same with "Slow test card, declines after few minutes", the transaction state also become
error
with reasoniap.REASON_UNSPECIFIED
. But after 3-5 minutes, the API does not give any information if transaction is fail/error.Expected behaviour
PENDING
. After few minutes, transaction state becomesPURCHASED
PENDING
. After few minutes, transaction state becomesFAILED
orerror
The text was updated successfully, but these errors were encountered: