Apple receipt validation #380
-
Hi there, When validating receipts on your server, your server needs to be able to handle a production-signed app getting its receipts from Apple’s test environment.... So It looks like I missed the receipt validation. I wanted to know where to validate the receipts, can I handle it on event listeners or it needs to be separated and what is the flow? Im handling everything through events. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @sabina1997, For information on receipt verification, please refer to the documentation. The documentation covers: Ensure that the receipt is transmitted from the mobile application to the backend, a process that can be implemented in a controller. Note While this flow is deprecated, it still functions effectively. I am available to assist you with either this approach or the newly introduced one by Apple. This assistance aids in maintaining the LIAP package, especially as I currently lack access to an iOS App. Let me know if this solution meets your needs. Feel free to reach out to me on LinkedIn or via email for further discussion. |
Beta Was this translation helpful? Give feedback.
Hi @sabina1997,
For information on receipt verification, please refer to the documentation. The documentation covers:
Ensure that the receipt is transmitted from the mobile application to the backend, a process that can be implemented in a controller.
Note
While this flow is deprecated, it still functions effectively. I am available to assist you with either this approach or the newly introduced one by Apple. This assistance aids in maintaining the LIAP package, especially as I currently lack access to an iOS App. Let me know if this solution meets your needs. Feel free to reach out to me on LinkedIn or via email f…