andrewcbancroft / SwiftyLocalReceiptValidator

An implementation of local receipt validation logic for iOS in Swift
MIT License
286 stars 32 forks source link

Integrating with SwiftyStoreKit #10

Open emilebennett opened 6 years ago

emilebennett commented 6 years ago

Hi Andrew

I'm looking into using your code as the base for local validation in my SwiftyStoreKit project. I noticed you guys were chatting a while ago about integrating the two projects, but nothing ever came of it.

Have you got any tips for 'stripping down' your code to create a new class that conforms to SwiftyStoreKit's ReceiptValidator protocol? Any do's and don'ts?

Thanks for your guidance in advance

Emile