Skip to content

Releases: adjust/flutter_sdk

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

Version 4.21.0

24 Mar 23:31
59a2f2a
Compare
Choose a tag to compare

Added

  • Added disableThirdPartySharing method to Adjust interface to allow disabling of data sharing with third parties outside of Adjust ecosystem (thanks to @tp).
  • Added support for signature library as a plugin.
  • Added more aggressive sending retry logic for install session package.
  • Added additional parameters to ad_revenue package payload.
  • Added external device ID support.

Native SDKs


PR: #16

Version 4.18.1

09 Oct 14:06
396b7c8
Compare
Choose a tag to compare

Fixed

  • Fixed lack of getAdid method implementation in native iOS bridge (thanks to @HenriBeck).

Native SDKs


PR: #11

Version 4.18.0

04 Jul 13:26
ef4e9ed
Compare
Choose a tag to compare

Added

  • Added trackAdRevenue method to Adjust interface to allow tracking of ad revenue. With this release added support for MoPub ad revenue tracking.
  • Added reading of Facebook anonymous ID if available on iOS platform.

Native SDKs


PR: #9

Version 4.17.1

05 Jun 12:05
4f2cd66
Compare
Choose a tag to compare

Fixed

  • Fixed issue which prevented Android plugin to be registered more than once (#7).

Native SDKs


PR: #8

Version 4.17.0

08 Apr 10:09
69798d8
Compare
Choose a tag to compare

Added

  • Official Flutter SDK release.

Native SDKs


PR: #5