Skip to content
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

SHA-256 Requirement for validating receipts in iOS #2907

Open
diptimaya-seneca opened this issue Jan 3, 2025 · 4 comments
Open

SHA-256 Requirement for validating receipts in iOS #2907

diptimaya-seneca opened this issue Jan 3, 2025 · 4 comments

Comments

@diptimaya-seneca
Copy link

Description

I am using validateReceiptIos to validate receipts in ios, with regard to SHA-256 requirements, do I have to do anything?

Screenshots
image

Environment:

  • react-native-iap: 12.12.2
  • react-native: 0.73.1
  • Platforms (iOS,simulator, device):
@nguyenvanphuc2203
Copy link

i have a same question.

@the-mad
Copy link

the-mad commented Jan 6, 2025

Same here 👋

@DevYuns
Copy link

DevYuns commented Jan 7, 2025

This library uses verifyReceipt endpoint to validate receipt. you can check that in this line.

In apple docs, this method is not affected by this certificate update. Check this page for more details.

image

@Tarun24RN
Copy link

Tarun24RN commented Jan 16, 2025

This library uses verifyReceipt endpoint to validate receipt. you can check that in this line.

In apple docs, this method is not affected by this certificate update. Check this page for more details.

image

Hi,
The endpoints which library is using are deprecated.Please check this https://developer.apple.com/documentation/storekit/validating-receipts-with-the-app-store#:~:text=The%20verifyReceipt%20endpoint%20is%20deprecated..
Now how to use this functionality?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants