i met verify much failed case in 2023-02-08
my service run very well for a long time before the problem.
my product is subscriptions
purchase_date is 2023-01-08, i verify receipt success
when the date is 2023-02-08 i verify receipt failed, and met 21002
each time i verify success , i replace my receipt use [latest_receipt] from the response of receipt
please help me to solve the problem
thanks
Post
Replies
Boosts
Views
Activity
I met a strange problem , when i test IAP verifyReceipt via Server
I did it as this doc says
https://developer.apple.com/documentation/storekit/in-app_purchase/validating_receipts_with_the_app_store
May i have your apply please
but when i send http request to https://sandbox.itunes.apple.com/verifyReceipt
with
json
{
"receipt-data":"MIJTCwYJKoZIhvcNAQcCoIJ***bSEbKtXJq9EkFmyI
}
I receive http answer like this
json
{
"environment": "Sandbox",
"status": 21003
}