tikhop / TPInAppReceipt

Reading and Validating In App Purchase Receipt Locally.
MIT License
636 stars 95 forks source link

Fix guid logic for watchOS #56

Closed aboedo closed 4 years ago

aboedo commented 4 years ago

The framework doesn't compile on watchOS, since UIDevice isn't available on watchOS. Replaced the call with WKInterfaceDevice, the watchOS equivalent.

tikhop commented 4 years ago

Hi @aboedo,

Thanks for the fix. Just merged and updated cocoapods.

P