Created
August 29, 2017 06:59
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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