Releases: adjust/flutter_sdk
Releases · adjust/flutter_sdk
Version 5.4.5
Version 5.4.4
Version 5.4.3
Added
- Added support for processing deferred deep links in session responses.
- Added support for Google License Verification (LVL). For more details about this feature, refer to the official documentation.
Native SDKs
Pull Request #177
Version 5.4.2
Fixed
- Fixed first session delay pre-init actions array lazy initialization.
Changed
- Updated purchase verification handler (internal changes).
Native SDKs
Pull Request #173
Version 5.4.1
Added
- Added support for Google On-Device-Measurement. For more details about this feature, refer to the official documentation.
- Optimized the logic behind the
processAndResolveDeeplinkmethod to immediately return links that have already been resolved.
Changed
- Updated the Adjust Signature library version to 3.47.0.
- Updated look & feel of example and test apps.
Native SDKs
Pull Request #172
Version 5.4.0
Added
- Added support for configuring store information via the
AdjustStoreInfoobject. You can now specify the store name and store app ID by assigning thestoreInfomember of yourAdjustConfiginstance. This enables the SDK to record the intended app store source during initialization. For more details about this feature, refer to the official documentation. - Added ability to initialize the SDK for the first session in delayed mode. You can start the SDK in the delayed mode by setting the
isFirstSessionDelayEnabledmember on yourAdjustConfiginstance totrue. To end the delay, make sure to callendFirstSessionDelaymethod ofAdjustinstance. For more details about this feature, refer to the official documentation. - Added ability to send organic search referrer together with deep link. You can send it via
referrermember of theAdjustDeeplinkinstance. For more details about this feature, refer to the official documentation. - Added ability to disable SDK's interaction with
AppTrackingTransparency.frameworkAPI. You can disable it by setting theisAppTrackingTransparencyUsageEnabledmember on yourAdjustConfiginstance tofalse. For more details about this feature, refer to the official documentation.
Native SDKs
Pull Request #168
Version 5.1.1
Fixed
- Fixed crashes happening in cases where native iOS
jsonResponseisnil(#160).
Native SDKs
Kudos
Big thank you to @bahricanyesil (#160).
Pull Request #161
Version 5.1.0
Added
- Added
jsonResponsefield (JSON string) toAdjustAttributionwhere every key-value pair sent by the backend as part of the attribution response can be found.
Native SDKs
PR: #158
Version 5.0.4
Added
- Added sending of the additional parameter to improve troubleshooting of
SKAdNetworkrelated issues.
Fixed
- Fixed occasional occurrences in which ATT waiting interval timer was not being started.
- Fixed occasional NPE occurrences when app was entering background (adjust/android_sdk#630).
- Fixed occasional NPE occurrences when
updateSkanConversionValuereturnsnullas error (#156).
Native SDKs
PR: #157
Version 5.0.3
Changed
- Switched to native Android SDK version that depends on a specific version of the signature library.
Native SDKs
PR: #151