iOS-Receipt-Validator-PHP
iOS-Receipt-Validator-PHP copied to clipboard
PHP implementation of validating iPhone / iOS In App Purchase (IAP) receipt codes
Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an...
You need to send request with "Apple App Secret" to validate receipt otherwise it returns 500 - Internal server error. So, I made following changes in your code where you...
Hi, this validator does not work for autorenewable receipt. After having validated a receipt, you return "$decoded_response->receipt" that is wrong because information on autorenewal receipt are into "$decoded_response->latest_receipt_info". So you...
Added custom exception types to allow granular exception handling. Minor fix for setReceipt() to allow passing in of array or object data types.
Production environment will be return the error ""gnutls_handshake() failed: A TLS fatal alert has been received.""
Hi, I have such issue - I need validate at my php-site itunes purchase by receipt ID. At your library you use receipt, how does you get it? Thanks.
The default value is null. If passed the password is included in the encodeRequest's request data
Simply said: that might be the correct way of submitting the receipt to the iTunes Store, but what should be the corresponding code in the objective-c code to transmit the...