Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am getting response?.revision nil always when fetching transaction detail using transaction id #47

Closed
awaiscs77 opened this issue Apr 10, 2024 · 2 comments

Comments

@awaiscs77
Copy link

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.

@alexanderjordanbaker
Copy link
Collaborator

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?

@alexanderjordanbaker
Copy link
Collaborator

Please open another issue if you continue to have issues

@alexanderjordanbaker alexanderjordanbaker closed this as not planned Won't fix, can't repro, duplicate, stale Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants