lib_unity_purchase/Documentation~/BackendReceiptValidation.md

6 lines
472 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Backend Receipt Validation
Backend receipt validation helps you prevent users from accessing content they have not purchased.
For server-side content, where content is downloaded once purchased, the validation should take place on the server before the content is released. Unity does not offer support for server-side validation; however, third-party solutions are available, such as Nobuyori Takahashis [IAP project](https://github.com/voltrue2/in-app-purchase).