-
Notifications
You must be signed in to change notification settings - Fork 797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I read the message "Sandbox receipt used in production"? #547
Comments
Hi! Thanks for sharing this issue. This is a common issue that seems to be occurring during App Review. The community (myself included) is working on resolving these issues. For workarounds, I strongly suggest you look at some of the other app-review related issues Also, please take a look at issue #550. Your help with this project is dearly needed! |
I think this is may same reason issue #545 . I have same error, but I could not reproduce in my environment. It may happens only in Apple Review environment. Then, I passed apple review. |
Hi, I'm having the same issue... anyone has a clear solution or something to help me debug this because is not clear why this happens. |
Just got exactly the same. Anyone made progress with this? |
Please tell me how to solve this. |
Refactor code to |
Apple rejected my application,
their suggestion:
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. The recommended approach is for your production server to always validate receipts against the production App Store first. If validation fails with the error code "Sandbox receipt used in production," you should validate against the test environment instead.
The text was updated successfully, but these errors were encountered: