Skip to content

Releases: adaptyteam/AdaptySDK-Flutter

0.3.6

30 Apr 07:21
Compare
Choose a tag to compare
  • [Android] fixed localizedTitle in product

0.3.5

14 Apr 17:42
Compare
Choose a tag to compare
  • [iOS] Added isFamilyShareable property to product for iOS 14+.
  • [iOS] Added .presentCodeRedemptionSheet() to public SDK API

0.3.4

15 Mar 13:48
Compare
Choose a tag to compare
  • [Android] Small fix in requests

0.3.3

12 Mar 17:30
Compare
Choose a tag to compare
  • [iOS] Added retry for createProfile request in case of poor connection or if server is down.
  • [Android] Added gzip support
  • Removed unnecessary event channel invocations for .getPaywalls() and .getPurchaserInfo() methods

0.3.2

02 Mar 14:41
7642b11
Compare
Choose a tag to compare
  • Fixed .getPaywalls() callback without an internet connection (Android only)

0.3.1

20 Feb 13:57
Compare
Choose a tag to compare
  • Added .setFacebookAnonymousId method to AdaptyProfileParameterBuilder
  • Added freeTrialPeriod property of AdaptyProduct model (Android only)

0.3.0

12 Feb 16:22
Compare
Choose a tag to compare
  • 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 and name properties to AdaptyPaywall 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

29 Jan 19:00
37e7d1a
Compare
Choose a tag to compare
  • 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. Added forceUpdate as an optional request parameter.
  • Removed state from .getPaywalls() callback. Added forceUpdate as an optional request parameter.

0.1.2

10 Dec 18:57
12edeea
Compare
Choose a tag to compare
  • empty string custom payload fixed
  • updateAttribution() fixed on Android
  • getPurchaserInfo() stability improved
  • verbose logLevel removed as default

0.1.1

09 Dec 23:03
206b93c
Compare
Choose a tag to compare
  • customPayloadString added to Paywall
  • birthday fix in updateProfile