Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ranmyfriend/4de4f6925593a41afb90da0864889c59 to your computer and use it in GitHub Desktop.
Save ranmyfriend/4de4f6925593a41afb90da0864889c59 to your computer and use it in GitHub Desktop.
If you want to check whether you are passing correct certificate or not? Why correct Certificate, Coz sometime you may get expired or invalid certificate. So from backend simply throws in some logical error. But don't panic and simply check from your end. Try to use it on Postman.
curl -X POST \
https://sandbox.itunes.apple.com/verifyReceipt \
-H 'cache-control: no-cache' \
-H 'postman-token: e3a85b2f-7906-1356-0711-ca248268d870' \
-d '{"receipt-data":"Your receipt data","password":"Your App-Specific Shared Secret"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment