Releases: adaptyteam/AdaptySDK-Flutter
Releases · adaptyteam/AdaptySDK-Flutter
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
- Added ability to connect observer mode purchase with a paywall it was made from using
.setTransactionVariationId()
method - Added ability to opt-out from external analytics services using
.setExternalAnalyticsEnabled()
method - Added public
abTestName
andname
properties toAdaptyPaywall
and to nested products array. - Paywall views must be reported using
.logShowPaywall()
method from now on, otherwise, views will not be collected.
0.2.0
- Plugin initialization scheme changed to prevent missing transaction on iOS.
- Added
.logShowPaywall(paywall)
to manually record paywall show event. - Added
apnsTokenString
to public properties. - Removed
state
from.getPurchaserInfo()
callback. AddedforceUpdate
as an optional request parameter. - Removed
state
from.getPaywalls()
callback. AddedforceUpdate
as an optional request parameter.