Suddenly receiving error 21002 from verifyReceipt endpoint for sandbox receipt

We started getting error code 21002 from the verifyReceipt endpoint today for any receipt passed to it:

{
    "status": 21002
}

I have created a new sandbox tester, and cleared and reinstalled the application before attempting the purchase. I'm seeing this response through RevenueCat's receipt validation tool (https://www.revenuecat.com/app-store-receipt-validation/) and from a direct cURL command:

curl --location --request POST 'https://sandbox.itunes.apple.com/verifyReceipt' \

--header 'content-type: application/json' \

--data-raw '{

    "receipt-data":"{RECEIPT_DATA}",

    "password":"{SECRET}",

    "exclude-old-transactions":"false"

}'

This was working as of yesterday, but seems to be failing for anyone who has tried today. Has anyone else run into issues with this?

Answered by DTS Engineer in 744422022

There was an outage with the App Store receipt verification that is now resolved. See the status page for details. File a Feedback report if the issue still occurs.

Hi, I am still getting the same issue and when I try the revenuecat receipt validator tool or direct link still get 21002.

Apple ID : 1551308775

This has started happening for me yesterday. Anyone else?

I have same issue with tvOS, kindly advice ?

Suddenly receiving error 21002 from verifyReceipt endpoint for sandbox receipt
 
 
Q