Any way to find out the StoreKit2 transaction is a production or sandbox on server side? After validate and decode a transaction, none of the keys can indicate the environment.
{
"transactionId": "...........",
"originalTransactionId": "...........",
"bundleId": "...........",
"productId": "...........",
"purchaseDate": 1634207858866,
"originalPurchaseDate": 1634207858866,
"quantity": 1,
"type": "Consumable",
"deviceVerification": "...........",
"deviceVerificationNonce": "...........",
"appAccountToken": "...........",
"inAppOwnershipType": "PURCHASED",
"signedDate": 1634207859014
}