Skip to content

Releases: adjust/flutter_sdk

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

Version 4.33.1

16 Feb 12:50
bede319
Compare
Choose a tag to compare

Fixed

  • Skipped invocation of SKAN 4.0 style callback in case SKAN 4.0 API was not invoked (#104).

Native SDKs


PR: #105

Version 4.33.0

09 Dec 15:42
2007ce9
Compare
Choose a tag to compare

Added

  • Added support for SKAD 4.0.
  • Added support for setting a new China URL Strategy. You can choose this setting by setting urlStrategy member of AdjustConfig instance to AdjustConfig.UrlStrategyCn value.

Native SDKs


PR: #101

Version 4.32.0

07 Oct 14:19
f12afb7
Compare
Choose a tag to compare

Added

  • Added partner sharing settings to the third party sharing feature.
  • Added getLastDeeplink getter to Adjust API to be able to get last tracked deep link by the SDK for iOS platform.

Changed

  • Switched to adding permission com.google.android.gms.permission.AD_ID in the Android app's manifest by default.

Native SDKs


PR: #94

Version 4.31.0

03 Aug 13:37
e16630d
Compare
Choose a tag to compare

Added

  • Added support for LinkMe feature.
  • Added support to get Facebook install referrer information in attribution callback.

Native SDKs


PR: #86

Version 4.30.0

09 Jun 10:57
499f4b1
Compare
Choose a tag to compare

Added

  • Added ability to mark your app as COPPA compliant. You can enable this setting by setting coppaCompliantEnabled member of AdjustConfig instance to true.
  • Added ability to mark your Android app as app for the kids in accordance to Google Play Families policies. You can enable this setting by setting playStoreKidsAppEnabled member of AdjustConfig instance to true.
  • Added checkForNewAttStatus method to Adjust API to allow iOS apps to instruct to SDK to check if att_status might have changed in the meantime.
  • Added support for Generic ad revenue tracking.

Changed

  • Reverted compileSdkVersion from 32 to 31 (#77).
  • Changed responses which is being returned when iOS specific API is being called on Android platform (#79 and #80).

Native SDKs


Kudos

Big thank you to @namini40 and @tsuruobiz for contributions to this release.

PR: #84

Version 4.29.2

17 Feb 23:22
e02249c
Compare
Choose a tag to compare

Added

  • Added support for Unity ad revenue tracking.
  • Added support for Helium Chartboost ad revenue tracking.

Changed

  • Removed deprecated v1 way of plugin registration (#64). Thanks to @cungtrang0978 for reporting.
  • Migrated from jcenter to mavenCentral repository (#72). Thanks to @fbcouch for contribution.

Native SDKs


PR: #72 #74