-
Notifications
You must be signed in to change notification settings - Fork 248
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
how to parse transaction id by receipt ?? #258
Comments
Per history API https://developer.apple.com/documentation/appstoreserverapi/get_transaction_history
The One work around could be, first call As for retrieving the transactionId from the receipt on the app (client side), the Then, the client sends the transactionId to the server, and this transactionId is used to ios server API on the server side. Could you please share some logic of |
感谢老铁的回复。直接CH 交流吧。 早前我接入的是 verifyReceipt API,看官方文档已经弃用,客户端上传给服务端的是票据。 官方提供的 SDK 里确实也是有提供 getTransactionldFromAppReceipt 方法,直接把票据解码出来。 在这之前我是不确定在交易后客户端能否拿到 transation_id |
Yes
Yes |
App store Server API
/inApps/v1/history/{TransactionId} need TransactionId
Our ideas:
app -> receipt => server -> receipt=> parse transaction id => appsotre-api
but:
server parse transaction id Blocked
appstore => App Store Server LibraryReceiptUtility::getTransactionldFromAppReceipt
appstore had Java、Swift、Python、Node.js SDK,but no go
go-iap Is it supported ? I couldn't find it
The text was updated successfully, but these errors were encountered: