adjust_sdk 4.23.1
adjust_sdk: ^4.23.1 copied to clipboard
This is the Flutter SDK of Adjust™. You can read more about Adjust™ at adjust.com.
Version 4.23.1 (31st August 2020) #
Fixed
- Removed
iosPrefix
frompubspec.yaml
. - Removed
ADJ
prefix from Flutter iOS class names.
Native SDKs
Version 4.23.0 (28th August 2020) #
Added
- Added communication with SKAdNetwork framework by default on iOS 14.
- Added method
deactivateSKAdNetworkHandling
method toAdjustConfig
to switch off default communication with SKAdNetwork framework in iOS 14. - Added wrapper method
requestTrackingAuthorizationWithCompletionHandler
toAdjust
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 toAdjustConfig
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
Version 4.22.1 (3rd August 2020) #
Changed
- Changed referencing of native Android dependency from
implementation
toapi
.
Native SDKs
Version 4.22.0 (10th June 2020) #
Added
- Added subscription tracking feature.
- Added support for Huawei App Gallery install referrer.
Changed
- Updated communication flow with
iAd.framework
.
Native SDKs
Version 4.21.0 (25th March 2021) #
Added
- Added
disableThirdPartySharing
method toAdjust
interface to allow disabling of data sharing with third parties outside of Adjust ecosystem. - 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
Version 4.18.1 (9th October 2019) #
Fixed
- Fixed lack of
getAdid
method implementation in native iOS bridge (thanks to @HenriBeck).
Native SDKs
- iOS@v4.18.3
- [Android@v4.18.3][android_sdk_v4.18.3]
Version 4.18.0 (4th July 2019) #
Added
- Added
trackAdRevenue
method toAdjust
interface to allow tracking of ad revenue. With this release added support forMoPub
ad revenue tracking. - Added reading of Facebook anonymous ID if available on iOS platform.
Native SDKs
Version 4.17.1 (5th June 2019) #
Fixed
- Fixed issue when trying to register Android plugin more than once (https://github.com/adjust/flutter_sdk/issues/7).
Native SDKs
Version 4.17.0 (4th December 2018) #
Added
- Official Flutter SDK release.
Native SDKs
Version 0.0.4 (4th December 2018) #
Changed
- Changed SDK API to be more Dart friendly.
Native SDKs
Version 0.0.3 (4th December 2018) #
Changed
- Changed SDK dependency in example app from local path to Flutter plugin repository.
Native SDKs
Version 0.0.2 (4th December 2018) #
Added
- Added example app to repo.
- Added handling of process name for Android platform.
Native SDKs
Version 0.0.1 (4th December 2018) #
Added
- Test release of Flutter SDK.
- Package available at: https://pub.dartlang.org/packages/adjust_sdk