Apple recently made changes to the receipts and started signing them with a different certificate: https://developer.apple.com/news/?id=ytb7qj0x
As a result, validation started failing, since this gem is using a hardcoded public key to validate the signature.
I've used a solution similar to the one mentioned here to fix this:
#1 (comment)
Apple recently made changes to the receipts and started signing them with a different certificate: https://developer.apple.com/news/?id=ytb7qj0x
As a result, validation started failing, since this gem is using a hardcoded public key to validate the signature.
I've used a solution similar to the one mentioned here to fix this:
#1 (comment)