Releases: adaptyteam/AdaptySDK-iOS
Releases · adaptyteam/AdaptySDK-iOS
1.12.4
1.12.3
1.12.2
Added
- Added public
abTestName
andname
properties toPaywallModel
and to nestedproducts
array.
Updated
- Updated Kinesis logic to perform everything on a background thread.
- Forced all SDK callbacks to be performed on a main thread.
- Renamed
setVariationId(, forTransactionId: )
method. - Removed deprecated plist property
AdaptyAutomaticPaywallsScreenReportingEnabled
.
1.12.1
1.12.0
1.11.1
Added
- Added manual paywall screen tracking showcase to demo app.
- Added a cosmetic
forceUpdate
togetPurchaserInfo
method. - Added paywalls re-sync during first launch if receipt is non-empty.
- Added guaranteed
didReceiveUpdatedPurchaserInfo
delegate method call per session.
Updated
- Fixed
Kinesis
service callback handling. - Removed
getPromo
method empty body response error log.
1.11.0
Added
- Added support for manual paywall screen reporting. Added showcase for A/B test in docs.
- Added detailed description for iOS 14 simulator products fetch request error.
Updated
- Made
visualPaywall
/customPayloadString
/customPayload
inPaywallModel
nullable. - Removed
.state
fromgetPurchaserInfo
callback. RefactoredgetPurchaserInfo
to work with cached data. AddedpurchaserInfo
background updates. - Removed
.state
fromgetPaywalls
callback. Added optionalforceUpdate
and set cached state as a default one forgetPaywalls
. - Added tip about Swift 5.0 requirement to README.
1.10.3
Multiple improvements for Flutter integration
Added
- Added
apnsTokenString
to public properties.
Updated
- Replaced error with info message for
setFallbackPaywalls
method in case there are already stored real paywalls available.