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

472 B
Raw Blame History

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.