Skip to content

2.2.0

Compare
Choose a tag to compare
@x401om x401om released this 12 Dec 14:17
· 792 commits to master since this release
  • The library structure has been changed
  • Example Project now uses SPM instead of Cocoapods
  • AdaptyDelegate method paymentQueue(shouldAddStorePaymentFor:defermentCompletion:) was renamed to shouldAddStorePayment(for:defermentCompletion:)
  • Added default implementation for shouldAddStorePayment(for:defermentCompletion:). Now you should implement it only if you want to interrupt the user-initiated purchase and continue the transaction manually
  • Added some serialization/deserialization logic for cross-platform support