Skip to content

Commit

Permalink
Update purchases.mdx
Browse files Browse the repository at this point in the history
Update documentation according to Google’s latest requirements
  • Loading branch information
isnolan committed Nov 22, 2023
1 parent ef3bb86 commit 04a1e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/guides/purchases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,4 @@ All purchases should be consumed by calling `finishTransaction()`.
- For non-consumable purchases need to be acknowledged on Android, or they will be automatically refunded after a few days. This method acknowledges a purchase when you have delivered it to your user.
- On iOS non-consumable purchases are finished automatically but this will change in the future so it is recommended that you prepare by simply calling this method on non-consumables as well.
- It works for both platforms. Equal to finishTransaction for iOS + consumePurchase and acknowledgePurchase for Android.
- On Android, although you can confirm transactions through the client, [Google encourages you to confirm receipts as quickly and securely as possible through the backend.](https://developer.android.com/google/play/billing/integrate?hl=zh-cn#subscriptions)

0 comments on commit 04a1e18

Please sign in to comment.