our app integrates Apple Pay, and after the user pays successfully, our server obtains the original_transaction_id.
after we get the original_transaction_id, we call.
The https://api.storekit.itunes.apple.com/inapps/v1/history/ interface.
3.Url of request: https://api.storekit.itunes.apple.com/inapps/v1/history/30000931965136
4.The response result is:
{"revision":"0","bundleId":"live.vshow.live.dfgsdb2","appAppleId":1552575331,"environment":"Production","hasMore":false,"signedTransactions":[]}
5.Why is the result of signedTransactions empty?