Releases: adjust/flutter_sdk
Releases · adjust/flutter_sdk
Version 4.23.0
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.
Native SDKs
New version 4.22.1
Changed
- Changed referencing of native Android dependency from
implementation
toapi
.
Native SDKs
PR: #22
Version 4.22.0
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
Added
- Added
disableThirdPartySharing
method toAdjust
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
Fixed
- Fixed lack of
getAdid
method implementation in native iOS bridge (thanks to @HenriBeck).
Native SDKs
PR: #11
Version 4.18.0
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
PR: #9