Skip to content

Releases: adjust/flutter_sdk

Version 4.38.2

10 Jul 11:43
ae24621
Compare
Choose a tag to compare

Fixed

  • Fixed occasional crashes when processing resolved deep links.

Native SDKs


PR: #139

Version 4.38.1

30 Apr 22:04
9a3bbbe
Compare
Choose a tag to compare

Added

  • Added sending of the additional iOS SDK observability parameters for debugging purposes.

Fixed


Native SDKs


PR: #135

Version 4.38.0

28 Mar 12:27
5248b43
Compare
Choose a tag to compare

Added


Native SDKs


PR: #129

Version 4.37.1

21 Feb 12:10
1def19a
Compare
Choose a tag to compare

Added

  • Added support for TradPlus ad revenue tracking.

Fixed

  • Fixed return type mismatch between native Android and Dart implementation of iOS specific methods (#122).

Native SDKs


PR: #127
Thanks to @themartorana, @AMfaraz & @ramin-deriv.

Version 4.37.0

23 Jan 11:18
6168d0c
Compare
Choose a tag to compare

Added

  • Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking processDeeplink method of the Adjust instance.

Native SDKs


PR: #125

Version 4.36.0

27 Nov 15:55
a904d53
Compare
Choose a tag to compare

Added

  • Added getter for obtaining IDFV value of the iOS device.
  • Added support for Meta install referrer.
  • Added support for Google Play Games on PC.
  • Added support for TopOn and AD(X) ad revenue tracking.
  • Added a new type of URL strategy called AdjustConfig.UrlStrategyCnOnly. This URL strategy represents AdjustConfig.UrlStrategyCn strategy, but without fallback domains.
  • Added readDeviceInfoOnceEnabled member to AdjustConfig to indicate if Android device info should be read only once.

Native SDKs


PR: #121

Version 4.35.2

09 Oct 17:43
16a1b36
Compare
Choose a tag to compare

Added

  • Added sending of event_callback_id parameter (if set) with the event payload.

Native SDKs


PR: #119

Version 4.35.1

02 Oct 12:32
12f0f7f
Compare
Choose a tag to compare

Fixed

  • Fixed issue with signing iOS requests post ATT delay timer expiry.

Native SDKs


PR: #118

Version 4.35.0

27 Sep 14:35
0bfddde
Compare
Choose a tag to compare

Added

  • Added support for SigV3 library. Update authorization header building logic to use adj_signing_id.
  • Added ability to indicate if only final Android attribution is needed in attribution callback (by default attribution callback return intermediate attribution as well before final attribution if not enabled with this setter method) by setting the androidFinalAttributionEnabled member of the AdjustConfig instance.

Native SDKs


PR: #117

Version 4.34.0

06 Sep 16:19
0dd8999
Compare
Choose a tag to compare

Added

  • Added support for Android apps using Gradle 8.0 or later.
  • Added ability to delay SDK start on iOS platform in order to wait for an answer to the ATT dialog. You can set the number of seconds to wait (capped internally to 120) by setting the attConsentWaitingInterval method of the AdjustConfig instance.
  • Added support for purchase verification. In case you are using this feature, you can now use it by calling verifyAppStorePurchase (for iOS) and verifyPlayStorePurchase (for Android) methods of the Adjust instance.

Native SDKs


PR: #115