app-store-server-library-node icon indicating copy to clipboard operation
app-store-server-library-node copied to clipboard

Update README with description for legacy app receipt

Open Tsuyoshi-Ishikawa opened this issue 1 year ago • 5 comments

I understood that ReceiptUtility is for legacy app receipt from this issue and comment. https://github.com/apple/app-store-server-library-node/issues/84#issuecomment-1951663446

So I think it is recommend to be written at README. That's why I modified README.

Please review it!

Tsuyoshi-Ishikawa avatar Jul 10 '24 11:07 Tsuyoshi-Ishikawa

@Tsuyoshi-Ishikawa is the confusion that the word "Receipt" only applies to Original StoreKit? StoreKit 2 only has transactions, no receipts

alexanderjordanbaker avatar Jul 16 '24 19:07 alexanderjordanbaker

@alexanderjordanbaker

is the confusion that the word "Receipt" only applies to Original StoreKit?

I am not an iOS developer, but a node(backend) developer who not be familiar with iOS development. So I took my time because I mistakenly thought that Receipt would also work with Storekit2.

Tsuyoshi-Ishikawa avatar Jul 17 '24 02:07 Tsuyoshi-Ishikawa

@alexanderjordanbaker Could you merge this Pull Request?

If there is something that needs to be corrected, please let me know.

Tsuyoshi-Ishikawa avatar Aug 01 '24 11:08 Tsuyoshi-Ishikawa

@Tsuyoshi-Ishikawa Could we please use the following text "Your app gets legacy receipts (App Store Receipts) if it uses the Original API for In-App Purchase. Use the ReceiptUtility class to extract a transaction ID from a legacy receipt, and use the transaction ID when you call the App Store Server API."

alexanderjordanbaker avatar Aug 22 '24 23:08 alexanderjordanbaker

@Tsuyoshi-Ishikawa Could we please use the following text "Your app gets legacy receipts (App Store Receipts) if it uses the Original API for In-App Purchase. Use the ReceiptUtility class to extract a transaction ID from a legacy receipt, and use the transaction ID when you call the App Store Server API."

@alexanderjordanbaker Thank you. Yes, It's OK!

Tsuyoshi-Ishikawa avatar Aug 23 '24 00:08 Tsuyoshi-Ishikawa

Hi all, for updates like this to documentation that require new text, descriptors of features, etc, please file an issue and we can take a look at creating the appropriate documentation text to help clarify this

alexanderjordanbaker avatar Mar 04 '25 02:03 alexanderjordanbaker