-
Notifications
You must be signed in to change notification settings - Fork 796
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
Purchase not completing in app review. #361
Comments
The Same, App Store Refused |
App Store team review rejected my app for the same reason. Any idea to solve the issue? |
Most probably it is not a code issue. Make sure that everything else is set up properly in iTunes Connect. Check out my video on this: https://youtu.be/upTO0g_Qjhs |
Same problem here |
Same here. Looks like it's a sandbox server issue: https://forums.developer.apple.com/thread/96389 |
Same trouble, any news? |
+1 |
Someone find solution? |
Apologies for the late reply everyone. This is likely a duplicate of #81, and has been discussed to some length there. |
hi please I have been unable to get this project to work kind view my issue and contribute to it please thanks. #412 |
Platform
In app purchase type
Environment
Hello,
I am using this function to purchase product of in app purchase:
func purchase(_ purchase: RegisteredPurchase) {
It's working fine when I was testing with test user. But in app review it got rejected with reason:
We found that your in-app purchase products exhibited one or more bugs when reviewed on iPad running iOS 11.3 on Wi-Fi connected to an IPv6 network.
Specifically, we are unable to complete the in app purchase due to an error.
Next Steps
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.
Please help me how can i change the environment during purchase. Because I will validate the receipt with both the environment once purchase will be successfull but their purchase is failling then how i will validate it with both environment. It gives error of paymentinvalid
Please tell me the solution of it.
The text was updated successfully, but these errors were encountered: