android-inapp-billing-v3
android-inapp-billing-v3 copied to clipboard
In-app purchase test working, but real payment always error: 6
I earn 0$ income for February 2020 for all my apps with in-app purchase. Before February 2020, all in-app purchases payment were working properly.
As I check order management, all purchases with status "Payment declined", I saw some users try to purchase several times, but still same error. When I test those in-app items with test accounts, it is working properly. But when I try to purchase with real acount with actual credit card payment, it always declined with return error 6.
As I checked "BILLING_RESPONSE_RESULT_ERROR | 6 | Fatal error during the API action". Does anyone experience this issue?
I have made an Android Library to manage Google Play Billing, In App Purchases and Subscriptions with just a few lines of code. Check it out and be sure to star the project if you liked my contribution :)
https://github.com/akshaaatt/Google-IAP
I have made an Android Library to manage Google Play Billing, In App Purchases and Subscriptions with just a few lines of code. Check it out and be sure to star the project if you liked my contribution :)
https://github.com/akshaaatt/Google-IAP
Java? Please!
I have made an Android Library to manage Google Play Billing, In App Purchases and Subscriptions with just a few lines of code. Check it out and be sure to star the project if you liked my contribution :) https://github.com/akshaaatt/Google-IAP
Java? Please!
Is there an opportunity for me to help you migrate your codebase to Kotlin? Looking forward to collaborating if need be :)
I have made an Android Library to manage Google Play Billing, In App Purchases and Subscriptions with just a few lines of code. Check it out and be sure to star the project if you liked my contribution :) https://github.com/akshaaatt/Google-IAP
Java? Please!
Is there an opportunity for me to help you migrate your codebase to Kotlin? Looking forward to collaborating if need be :)
I honestly don't know much/anything about Kotlin. Can you include methods in your library that work with Java (not sure if it already does)?
I have made an Android Library to manage Google Play Billing, In App Purchases and Subscriptions with just a few lines of code. Check it out and be sure to star the project if you liked my contribution :) https://github.com/akshaaatt/Google-IAP
Java? Please!
Is there an opportunity for me to help you migrate your codebase to Kotlin? Looking forward to collaborating if need be :)
I honestly don't know much/anything about Kotlin. Can you include methods in your library that work with Java (not sure if it already does)?
Kotlin is designed so it can be used from Java, just add the library as a dependency.
In his library check [Question] Check if the purchase was successful
in closed issues to see how easy it is to convert the code to java