Skip to content

Commit

Permalink
Update SecuringPurchases.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontemagno committed Feb 5, 2023
1 parent a2f10e6 commit b5852fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SecuringPurchases.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Securing In-App Purchases (Receipt Validation)

Each platform handles security of In-App Purchases a bit different. To handle this whenever you make a purchase request or a request where validation needs to be done there is an optional parameter that takes in a `IInAppBillingVerifyPurchase`.
Each platform handles security of In-App Purchases a bit different. To handle this whenever you make a purchase you should use the date from the purchase to validate on your backend.

## Recommended Reading:
* [Xamarin.iOS Securing Purchases Documentation](https://developer.xamarin.com/guides/ios/platform_features/in-app_purchasing/transactions_and_verification/#Securing_Purchases)
Expand Down

0 comments on commit b5852fa

Please sign in to comment.