aporat / store-receipt-validator

PHP receipt validator for Apple iTunes, Google Play and Amazon App Store
Apache License 2.0
633 stars 153 forks source link

Upcoming changes to the App Store Receipt Signing Intermediate Certificate #182

Closed Paco777 closed 6 days ago

Paco777 commented 1 week ago

Hello, I have just noticed this new post from Apple about some Upcoming changes to the App Store Receipt Signing Intermediate Certificate.

Here is the link: https://developer.apple.com/news/?id=b6tejt6f

I believe store-receipt-validator is not impacted, but could you please give a confirmation. I'm still using version 4.4, in case it matters.

Thank you.

Stafox commented 1 week ago

Hello, as described in the article it might affect the validation process that happens on device. I do not expect that it somehow will affect sever-to-server receipt validation. However, I want to highlight that this way of receipt validation leveraged by this library marked as deprecated, and it can stop to work anytime (hope Apple will notify and provide enough time to migrate to alternative way).

Paco777 commented 6 days ago

OK, thank you.