question

Ozan Yilmaz avatar image
Ozan Yilmaz asked

Does PlayFab acknowledge receipts?

Hello everyone,

According to Google's document, every receipt must be acknowledged. Otherwise they will be refunded automatically.

https://developer.android.com/google/play/billing/integrate

Note: If you do not acknowledge a purchase within three days, the user automatically receives a refund, and Google Play revokes the purchase.

Does PlayFab acknowledge receipts automatically when I call ValidateGooglePlayPurchase API or do I have to acknowledge receipts on the client-side?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Citrus Yan avatar image
Citrus Yan answered

No, we don't acknowledge receipts from Google, what we do is basically validate the receipt and grant the specific items into the player's inventory. For the acknowledging part, you'd need to either use BillingClient.acknowledgePurchase() from the Billing Library or Product.Purchases.Acknowledge from the Google Play Developer API, please implement it following the document by Google.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.