apple-receipt
apple-receipt copied to clipboard
The verifyReceipt endpoint is deprecated.
The verifyReceipt endpoint is deprecated.
https://developer.apple.com/documentation/appstorereceipts/verifyreceipt
Hi @shoshins, I wonder if you're looking into the local validation? Looks like the only parts missing are the version and the hash validations. I can work on a PR if you haven't started yet.
@vecalion Regarding this endpoint deprecation I was thinking of implementing App Store Server API BE-side verification in a separate branch.
As for local validation, are you referencing improving this part https://github.com/shoshins/apple-receipt/blob/f5bc511912e121984201c8122e220ba9917aadfd/Apple.Receipt.Verificator/Services/AppleReceiptVerificatorService.cs#L68?
Feel free to offer an improvement.