I am working with subscription in-app purchases and am hitting the following endpoint with stored receipts: https://buy.itunes.apple.com/verifyReceipt
Just this past weekend (starting 10/24/2020) I started to get the following exception returned and can no longer verify my receipts, a critical part of my business.
{
"exception": "com.apple.jingle.commercelogic.inapplocker.exception.MZInAppLockerAccessException",
"environment": "Production",
"is_retryable": false,
"status": 21010
}
Why did I just start seeing these now, and how can I resolve this?