You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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