如何从 iOS 消耗品应用内购买中获取 productId?

How to get the productId from an iOS consumable in-app purchase?

在我的服务器上,我正在调用 Apple 的 https://buy.itunes.apple.com/verifyReceipt 端点,其中 returns 是 json object with receipt data

但是,该对象似乎没有购买的应用内购买的productId

我需要知道 productId,这样我才能真正知道购买了哪个 IAP...购买的实际产品肯定有某种标识符吗?

所有应用内购买交易都存储在 responseBody 的数组 in_app 中。 in_app 中的每个对象包含字段 product_id:

in_app 个字段的完整列表在此处 https://developer.apple.com/documentation/appstorereceipts/responsebody/receipt/in_app