Skip to content

Releases: adjust/flutter_sdk

Version 4.29.1

22 Sep 23:31
9c648bc
Compare
Choose a tag to compare

Added

  • Added support for Admost ad revenue source.

Fixed

  • Fixed compile time errors with Xcode 13.

Native SDKs


PR: #60

Version 4.29.0

11 Jun 11:35
5a8d82b
Compare
Choose a tag to compare

Added

  • Added support for null safety (thanks to @blaueeiner).
  • [beta] Added data residency feature. You can choose this setting by setting urlStrategy member of AdjustConfig instance to AdjustConfig.DataResidencyEU (for EU data residency region), AdjustConfig.DataResidencyTR (for TR data residency region) or AdjustConfig.DataResidencyUS value (for US data residency region).
  • Added trackAdRevenueNew method to Adjust interface to allow tracking of ad revenue by passing AdjustAdRevenue object as parameter.
  • Added support for AppLovin MAX ad revenue tracking.
  • Added conversionValueUpdatedCallback member to AdjustConfig which can be used to set a callback which will get information when Adjust SDK updates conversion value for the user.
  • Added preinstall tracking with usage of system installer receiver on Android platform.

Fixed

  • Fixed attribution value comparison logic which might cause same attribution value to be delivered into attribution callback on iOS platform.

Native SDKs


PR: #52

Version 4.28.0

02 Apr 12:27
d86cd31
Compare
Choose a tag to compare

Changed

  • Removed native iOS legacy code.

Native SDKs


PR: #45

Version 4.26.0

22 Feb 23:14
8499cbf
Compare
Choose a tag to compare

Added

  • Added possibility to get cost data information in attribution callback.
  • Added needsCost member to AdjustConfig to indicate if cost data is needed in attribution callback (by default cost data will not be part of attribution callback if not enabled with this setter method).
  • Added preinstallTrackingEnabled member to AdjustConfig to allow enabling of preinstall tracking (this feature is OFF by default).
  • Added support for Apple Search Ads attribution with usage of AdServices.framework.
  • Added allowAdServicesInfoReading member to AdjustConfig to allow option for users to prevent SDK from performing any tasks related to Apple Search Ads attribution with usage of AdServices.framework.
  • Added wrapper method updateConversionValue method to Adjust to allow updating SKAdNetwork conversion value via SDK API.
  • Added getAppTrackingAuthorizationStatus getter to Adjust instance to be able to get current iOS app tracking status.
  • Added improved measurement consent management and third party sharing mechanism.
  • Added public constants to be used as sources for ad revenue tracking with trackAdRevenue method.

Changed

  • Updated Gradle version to 6.5 (thanks to @MrtnvM).

Fixed

  • Fixed occasional NPEs in Android when firing callback methods.

Native SDKs


PR: #39 #40

Version 4.23.3

18 Dec 13:48
c583692
Compare
Choose a tag to compare

Added

  • Added URL strategy constants to AdjustConfig for more straight forward feature usage.

Native SDKs


PR: #31

Version 4.23.2

11 Nov 10:52
8247610
Compare
Choose a tag to compare

Added


Native SDKs


PR: #29

Version 4.23.1

31 Aug 22:01
2fef96a
Compare
Choose a tag to compare

Fixed

  • Removed iosPrefix from pubspec.yaml.
  • Removed ADJ prefix from Flutter iOS class names.

Native SDKs


PR: #27

Version 4.23.0

28 Aug 13:19
4ad3e67
Compare
Choose a tag to compare

Added

  • Added communication with SKAdNetwork framework by default on iOS 14.
  • Added method deactivateSKAdNetworkHandling method to AdjustConfig to switch off default communication with SKAdNetwork framework in iOS 14.
  • Added wrapper method requestTrackingAuthorizationWithCompletionHandler to Adjust to allow asking for user's consent to be tracked in iOS 14 and immediate propagation of user's choice to backend.
  • Added handling of new iAd framework error codes introduced in iOS 14.
  • Added sending of value of user's consent to be tracked with each package.
  • Added setUrlStrategy method to AdjustConfig class to allow selection of URL strategy for specific market.

⚠️ Note: iOS 14 beta versions prior to 5 appear to have an issue when trying to use iAd framework API like described in here. For testing of v4.23.0 version of SDK in iOS, please make sure you're using iOS 14 beta 5 or later.


Native SDKs


PR: #24 #25

New version 4.22.1

03 Aug 11:11
9edcf5c
Compare
Choose a tag to compare

Changed

  • Changed referencing of native Android dependency from implementation to api.

Native SDKs


PR: #22

Version 4.22.0

09 Jun 22:41
3acdf18
Compare
Choose a tag to compare

Added

  • Added subscription tracking feature.
  • Added support for Huawei App Gallery install referrer.

Changed

  • Updated communication flow with iAd.framework.

Native SDKs


PR: #17