Releases: crashoverride777/swifty-receipt-validator
Releases · crashoverride777/swifty-receipt-validator
SwiftyReceiptValidator
Removed underscores from enum cases
Fixed some spelling mistakes
Cleanup
SwiftyReceiptValidator
-
New error handling
-
Project cleanup
This update includes source breaking changes, please check instructions again.
SwiftyReceiptValidator
Swift 4 update
Added cocoa pods support
SwiftyReceiptValidator
Nested enumerations to closer follow Swift API design guidelines.
SwiftyReceiptValidator
Merged into 1 file
Cleanup
SwiftyReceiptValidator
Cleanup
SwiftyReceiptValidator
Cleanup
SwiftyReceiptValidator
Cleanup
SwiftyReceiptValidator
Added support for auto-renewable subscriptions.
Validation method now returns the response so you can do additional validation checks if needed.
Change the API to make it more readable. Please check the instructions again.
SwiftyReceiptValidator
Completion handler now returns on main queue so you dont have to do it your self in the closure.