Questions tagged [acknowledgepurchase]

7 questions
4
votes
2 answers

Google Play Billing Library 2.0 Acknowledge Purchase Time Limit for Test Purchases

I have been testing the the new Google billing library release. The release notes state that "Purchases must be acknowledged within three days". Release notes During testing, I noticed that if I don't acknowledge the purchase, within a few minutes,…
3
votes
0 answers

How to acknowledge subscription for purchases.subscriptionsv2 with ACKNOWLEDGEMENT_STATE_UNSPECIFIED

Since May 2022, The new Play Billing Library version 5 allows your app to benefit from all the new subscription features. While purchases.subscriptions:get has been upgraded to purchases.subscriptionsv2:get, the rest of the developer subscription…
2
votes
1 answer

In-App Purchase Issue in Purchase Scenario - Kotlin

I am implementing In-App purchase demo in my android application to learn all the things carefully and deeply. Now, For that, I have below three product ids that I have added in my google play console…
2
votes
1 answer

google-play-billing-validator: Giving back: 'Invalid response, please check \'Verifier\' configuration or the statusCode above'

It seems that when trying to acknowledging the receipt using the npm package, I am getting the error: { isSuccessful: false, errorCode: 400, errorMessage: 'Invalid response, please check \'Verifier\' configuration or the statusCode above'…
1
vote
0 answers

Codeless Unity IAP Slow Card Handling

I am using Unity IAP 4.1.4. As you know there are 4 different test cards on purchase testing. My question is what should I do when payment is slow? If user quits the game before payment validated I can't approve the payment and purchase is pending.…
1
vote
1 answer

JAVA - How to make a purchases.products.acknowledge request

I have to make a request with the POST method as described in the guide: https://developers.google.com/android-publisher/api-ref/rest/v3/purchases.products/acknowledge My Java code currently looks like this: httpClient =…
Ardito ITA
  • 19
  • 4
1
vote
1 answer

How does AcknowledgePurchase really work on Android?

From the documentation located here: https://developer.android.com/google/play/billing/billing_library_overview I see that I need to AcknowledgePurchase on my 1-time or consumable in-app purchases otherwise they will be canceled. I was not aware of…
frankish
  • 6,738
  • 9
  • 49
  • 100