tikhop / TPInAppReceipt

Reading and Validating In App Purchase Receipt Locally.
MIT License
631 stars 93 forks source link

Make TPInAppReceipt testable with the Xcode onboard storekit testing #55

Closed chrisvanbuskirk closed 4 years ago

chrisvanbuskirk commented 4 years ago

Issue summary

ℹ There are some differences needed when testing in Xcode. A differing certificate must be used.

https://developer.apple.com/wwdc20/10659. About 16 minutes discusses certificates. Testing in Xcode should be supported feature. Thank you.

tikhop commented 4 years ago

Hello @chrisvanbuskirk,

I've implemented the last changes and pushed it on develop branch. Related issue #58 is fixed as well.

I will merge these changes into master ~ at the end of August.

Thanks, P