aporat / store-receipt-validator

PHP receipt validator for Apple iTunes, Google Play and Amazon App Store
Apache License 2.0
633 stars 153 forks source link

Apple 'verifyReceipt' endpoint is deprecated, This method is currently used to verify receipt #175

Closed ajithnow closed 8 months ago

ajithnow commented 10 months ago

As per Apple Developer Documentation, the 'verifyReceipt' is deprecated. Source : Apple Developer Documentation

The same method is being used in the package to obtain receipt details:

https://github.com/aporat/store-receipt-validator/blob/0791b760dc4b9473d80782b85954eff15372212c/src/iTunes/Validator.php#L275

/aporat/store-receipt-validator/src/iTunes/Validator.php :: sendRequestUsingClient

Line Number: 275

Stafox commented 10 months ago

Duplicates #174