Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ajithnow opened this issue Nov 22, 2023 · 1 comment

Comments

@ajithnow
Copy link

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:

$httpResponse = $client->request('POST', '/verifyReceipt', ['body' => $this->prepareRequestData()]);

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

Line Number: 275

@Stafox
Copy link
Collaborator

Stafox commented Nov 22, 2023

Duplicates #174

@Stafox Stafox closed this as completed Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants