Replies: 1 comment
-
It looks to be related to the code where I validate the receipt against production, then if it's a status code 21007 I check against the sandbox. I modified both to only validate against production and that seems to have fixed it. Odds are I just coded it wrong. :( Need to figure out what I did. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Has anyone run onto local receipt validation not working for production-generated receipts? Everything has worked fine in the sandbox.. but I moved my app to production, bought a real in-app purchase and have been running into issues. Just wondered if anyone else has seen issues goin to prod.
I don't think it's an issue with the subscriptions not going live. since I was able to purchase fine.. and in my iPhone it says I have the subscription. My issue is when I try to validate the receipt (first I try production, then sandbox) it either hangs or doesn't think the receipt is valid.
Still debugging, but just wanted to see if anyone else had issues like this.
Beta Was this translation helpful? Give feedback.
All reactions