Skip to content

Releases: adjust/flutter_sdk

Version 5.0.2

23 Sep 08:29
71c4742
Compare
Choose a tag to compare

Fixed

  • Fixed Adjust.modulemap not found error in certain CocoaPods integration cases.
  • Fixed occasional ANRs while reading install referrer from Shared Preferences during the SDK initialization.

Native SDKs


PR: #143

Version 5.0.1

04 Sep 10:27
3d771a4
Compare
Choose a tag to compare

Fixed

  • Added missing Adjust.getLastDeeplink implementation on iOS platform.

Native SDKs


PR: #142

Version 5.0.0

30 Aug 15:20
c5d224e
Compare
Choose a tag to compare

We're excited to release our major new SDK version (v5). Among many internal improvements, our spoofing protection solution is now included out of the box, reinforcing our commitment to accurate, actionable, and fraud-free data.

To try out SDK v5 in your app, you can follow our new v4 to v5 migration guide.

If you are a current Adjust client and have questions about SDK v5, please email [email protected].

In case you were using beta version of the SDK v5, please switch to the official v5 release.

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