android-checkout icon indicating copy to clipboard operation
android-checkout copied to clipboard

Library for Android In-App Billing (Version 3+)

Results 9 android-checkout issues
Sort by recently updated
recently updated
newest added

ELMER ALEJANDRO 4152 3344 6732 3322 03/26 - 7

Do you have any missed bills?

after SUBSCRIB then product.getPurchases() -> null

As stated in the android document, onActivityResult is deprecated. The replaced one is stated as following: `use registerForActivityResult(ActivityResultContract, ActivityResultCallback) with the appropriate ActivityResultContract and handling the result in the callback.`...

[Parallel builds](https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:parallel_execution). This project contains multiple modules. Parallel builds can improve the build speed by executing tasks in parallel. We can enable this feature by setting `org.gradle.parallel=true`. [File system watching](https://blog.gradle.org/introducing-file-system-watching)....

Hi Recently android adds "acknowledged" method which you need to apply after the payment is done. Otherwise, a refund will take place. Please advice

Hello, I am getting restoring problem after uninstall and install again, it does not get product ID in purchased SKU list. please help as soon as possible

During the purchase, there are payment methods for which the user has to open another app for payment confirmation. As we know when opening another app, android may decide to...