minesweeper_game/Library/PackageCache/com.unity.purchasing@649c6c7b3b1b/Documentation~/BackendReceiptValidation.md
2025-03-15 14:30:26 -04:00

6 lines
472 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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).