Releases: adaptyteam/AdaptySDK-iOS
Releases · adaptyteam/AdaptySDK-iOS
2.3.1
2.3.0
- Added an option to specify the paywall locale.
❗️Please note that you should enable this feature in the dashboard, in other case the SDK will not receive any values forremoteConfig
2.2.2
- Added integration with Firebase and Google Analytics. Read more.
2.2.1
2.2.0
- The library structure has been changed
- Example Project now uses SPM instead of Cocoapods
AdaptyDelegate
methodpaymentQueue(shouldAddStorePaymentFor:defermentCompletion:)
was renamed toshouldAddStorePayment(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
2.1.1
2.1.0
Additions:
- Added
apiKey
check on activate (there will be full reset if you change yourapiKey
without app reinstall). - Added integration with OneSignal. Read more.
- Added integration with Pushwoosh. Read more.
Public Api changes:
- Removed
facebookUserId
field from Profile. customPayload
field ofAdaptyPaywall
renamed toremoteConfig
.customPayloadString
field ofAdaptyPaywall
renamed toremoteConfigString
.