-
Notifications
You must be signed in to change notification settings - Fork 96
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 to new App Store Receipt Signing Certificate before January 24, 2025 #129
Comments
Hi @StevenMasini, thanks for bringing this up. |
Thanks for your reply @tikhop 🙌 I've read through the whole thread. If I understand correctly this change is already effective for all new apps or updates submitted to the App Store after August 14, 2023. So, I guess if I will proceed to my own test in the sandbox environment to make sure it works for us. |
Hey guys, any updates on this ? |
I am also looking for update |
1 similar comment
I am also looking for update |
You can already test if your app support SHA-256 algorithm by testing IAP in the Sandbox environment. https://developer.apple.com/news/?id=smofnyhj
I did test my app and found no issue whatsoever. I didn't have to update |
I am currently using version 3.3.4 of this lib and have recently started seeing the following message in the App store connect-
Even with 3.3.4, I/we have nothing to worry? I reviewed release notes of the two version which came after 3.3.4 and nothing pops out. We do not fall in the category of -
|
The only advice I can give is to follow Apple recommendation and to Test your app receipt validation in the sandbox environment. I am using an even older version of |
@StevenMasini Hello, Did I understand you correctly that you are using version 3.2.1 and everything works correctly in it, taking into account the new requirements? |
Following, thanks! |
Context
https://developer.apple.com/news/?id=b6tejt6f
Expectation
I could be wrong as I am not an expert, but from what I've seen in the codebase,
TPInAppReceipt
currently uses theSHA-1
hash to validate the receipt. https://github.com/search?q=repo%3Atikhop%2FTPInAppReceipt%20SHA-&type=codeWe would need to update the code to use
SHA-256
to validate the receipt.The text was updated successfully, but these errors were encountered: