python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android: why does BillingClient queryPurchasesAsync() return an empty list after app reinstall?
I am adding an in-app purchase feature into my Android app. I tried the following behaviour on an emulator:
Launched the app and faked an in-app purchase (using the SKU android.test.purchased)
Ensure...
John DoeDoe
Votes: 0
Answers: 0
Android: UI code written inside Async functions not working in BillingClient version 4.0.0
Recently I upgraded to Android BillingClient version 4.0.0 from 3.0.2.
I am facing 2 issues in Async functions. The UI code written inside Async functions like showing AlertDialog and disabling button...
Vishnu SV
Votes: 0
Answers: 1
Android In-App Billing Library v4+ - "This item cannot be purchased" error
I used https://github.com/Mahadev-code/Android-inApp-Billing sample code (which is otherwise great, easy to use) in an app where the user can donate for me (technically purchase an item for $1).
But i...
ColT
Votes: 0
Answers: 1