Releases: adjust/unity_sdk
Releases · adjust/unity_sdk
Version 5.4.5
Added
- Added support for declaring Android App Links through the Adjust prefab.
- Added an option to prevent Adjust scripts from adding the broadcast receiver for the
INSTALL_REFERRERintent on Android. - Added all missing
AdjustConfigfields to the Adjust prefab that can be configured without initializing the SDK manually in code.
Native SDKs
Pull Request #348
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 #343
Version 5.4.2
Fixed
- Added missing ability to disable IDFV reading. You can do this by setting
IsIdfvReadingEnabledproperty of yourAdjustConfiginstance tofalse. - Fixed first session delay pre-init actions array lazy initialization.
Changed
- Updated purchase verification handler (internal changes).
Native SDKs
Pull Request #343
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.
Native SDKs
Pull Request #339
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 assigningStoreInfoproperty on yourAdjustConfiginstance. This enables the SDK to record the intended app store source during initialization.
Native SDKs
Pull Request #335
Version 5.3.0
Added
- 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
IsFirstSessionDelayEnabledproperty 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 by setting the
Referrerproperty of theAdjustDeeplinkinstance. - Added ability to disable SDK's interaction with
AppTrackingTransparency.frameworkAPI. You can disable it by setting theIsAppTrackingTransparencyUsageEnabledproperty on yourAdjustConfiginstance tofalse.
Native SDKs
Pull Request #332
Version 5.1.3
Fixed
- Fixed null reference exceptions when migrating from pre 5.1.0 version (#330).
Native SDKs
Kudos
Big thank you to @AndrewUrbanovich (#330).
Pull Request #331
Version 5.1.2
Added
- Added support for custom
CODE_SIGN_ENTITLEMENTSfile name (#327).
Native SDKs
Kudos
Big thank you to @kmasuda050 (#327).
Pull Request #329
Version 5.1.1
Fixed
- Added missing null checks for native
jsonResponsefields (adjust/flutter_sdk#160).
Native SDKs
Pull Request #328