ios 内购沙箱环境崩了吗
之前测试一直稳定, 今天测试发现两个诡异的问题
App 内订阅产品 A;
通过 API 查询产品 ID 变成了 B;
在 App 里订阅成功后本地显示的收据如下:
[productId] => xxx.xxx.sub.pro.monthly
[transactionId] => 2000001048279181
然后拿着此 transactionId 2000001048279181 去官方 API 查
GET https://api.storekit-sandbox.itunes.apple.com/inApps/v2/history/{transactionId}
结果产品 ID 变成了 xxx.xxx.sub.personal.monthly 而且我反复换套餐订阅, 使用 originalTransactionId 去查 history 永远只会返回 3 条记录 然后刚刚看到沙箱订单同步 API 老是报 500 错误, 是不是官方的沙箱崩了了, 数据错乱
信息: {"error": "HTTP request [GET https://api.storekit-sandbox.itunes.apple.com/inApps/v2/history/2000001047740616?sort=DESCENDING] failed with status code 500. Response text is: {\"errorCode\":5000001,\"errorMessage\":\"An unknown error occurred. Please try again.\"}"}