Update README with description for legacy app receipt
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 is the confusion that the word "Receipt" only applies to Original StoreKit? StoreKit 2 only has transactions, no receipts
@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.
@alexanderjordanbaker Could you merge this Pull Request?
If there is something that needs to be corrected, please let me know.
@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."
@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
ReceiptUtilityclass 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!
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