Skip to content

Releases: crashoverride777/swifty-receipt-validator

SwiftyReceiptValidator

29 Jun 19:07
Compare
Choose a tag to compare

Removed underscores from enum cases

Fixed some spelling mistakes

Cleanup

SwiftyReceiptValidator

17 Jun 20:48
Compare
Choose a tag to compare
  • New error handling

  • Project cleanup

This update includes source breaking changes, please check instructions again.

SwiftyReceiptValidator

03 Mar 17:45
Compare
Choose a tag to compare

Swift 4 update

Added cocoa pods support

SwiftyReceiptValidator

12 Apr 11:28
Compare
Choose a tag to compare

Nested enumerations to closer follow Swift API design guidelines.

SwiftyReceiptValidator

27 Feb 00:30
Compare
Choose a tag to compare

Merged into 1 file

Cleanup

SwiftyReceiptValidator

05 Feb 12:02
Compare
Choose a tag to compare

SwiftyReceiptValidator

03 Feb 15:34
Compare
Choose a tag to compare

SwiftyReceiptValidator

21 Dec 11:03
Compare
Choose a tag to compare

SwiftyReceiptValidator

21 Nov 22:22
Compare
Choose a tag to compare

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

17 Nov 19:28
Compare
Choose a tag to compare

Completion handler now returns on main queue so you dont have to do it your self in the closure.