SHA-256 Requirement for validating receipts in iOS
Description
I am using validateReceiptIos to validate receipts in ios, with regard to SHA-256 requirements, do I have to do anything?
Screenshots
Environment:
- react-native-iap: 12.12.2
- react-native: 0.73.1
- Platforms (iOS,simulator, device):
i have a same question.
Same here 👋
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.
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.
![]()
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?
I’m closing all issues reported in versions below 14, as the library now supports the new architecture with NitroModules and has been completely revamped.