You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting response?.revision as nil always when fetching transaction details using the transaction ID. However, I am receiving a signed response, but I was expecting the parsed JSON of the transaction record.
The text was updated successfully, but these errors were encountered:
Hello @awaiscs77, please see the documentation for the appropriate endpoint, I believe you are talking about the Get Transaction History endpoint? In https://developer.apple.com/documentation/appstoreserverapi/historyresponse, the signedTransaction array is an array of signed transactions that can be decoded with a SignedDataVerifier. As to revision being nil, are you saying you received a response with a non-empty signedTransactions array but with a nil revision?
I am getting response?.revision as nil always when fetching transaction details using the transaction ID. However, I am receiving a signed response, but I was expecting the parsed JSON of the transaction record.
The text was updated successfully, but these errors were encountered: