Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update link in purchases.mdx #2855

Merged
merged 1 commit into from
Oct 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/guides/purchases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,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)
- 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#subscriptions)
Loading