nov / itunes-receipt

Handle iTunes In App Purchase Receipt Verification
MIT License
94 stars 65 forks source link

Fixes #22 by using OS' certs instead of the hardcoded ones #23

Open guih opened 6 years ago

guih commented 6 years ago

Fixes: https://github.com/nov/itunes-receipt/issues/22

Apple Store stopped accepting restclient_with_cert gem's hardcoded certs. So this replaces them by OS's own certs.

Ref: https://github.com/nov/restclient_with_cert/issues/1

Removed restclient_with_cert gem completely because it's no longer needed.

guih commented 6 years ago

@nov could you please review and merge it if it's all good.

gerbal commented 6 years ago

@guih you still have some dependencies on restclient_with_cert

markymc commented 6 years ago

Any news on this? We're seeing it too.