-
Notifications
You must be signed in to change notification settings - Fork 38
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
Update README with description for legacy app receipt #164
base: main
Are you sure you want to change the base?
Update README with description for legacy app receipt #164
Conversation
@Tsuyoshi-Ishikawa is the confusion that the word "Receipt" only applies to Original StoreKit? StoreKit 2 only has transactions, no receipts |
I am not an iOS developer, but a node(backend) developer who not be familiar with iOS development. |
@@ -76,7 +76,8 @@ const verifiedNotification = await verifier.verifyAndDecodeNotification(notifica | |||
console.log(verifiedNotification) | |||
``` | |||
|
|||
### Receipt Usage | |||
### Receipt Usage (For Legacy App Receipts) | |||
If you use an App Receipt from [Original StoreKit](https://developer.apple.com/documentation/storekit/in-app_purchase/original_api_for_in-app_purchase/validating_receipts_with_the_app_store), you can utilize `ReceiptUtility` to verify the legacy receipt. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Help with running this
@alexanderjordanbaker If there is something that needs to be corrected, please let me know. |
@Tsuyoshi-Ishikawa |
@alexanderjordanbaker |
I understood that
ReceiptUtility
is for legacy app receipt from this issue and comment.#84 (comment)
So I think it is recommend to be written at README.
That's why I modified README.
Please review it!