Releases: adjust/cordova_sdk
Releases · adjust/cordova_sdk
Version 5.5.0
Added
- Added
getAdidWithTimeoutmethod to theAdjustAPI to allow retrieving the ADID with a specified timeout. If the value is not obtained in time, null is returned. - Added
getAttributionWithTimeoutmethod to theAdjustAPI to allow retrieving the current attribution information with a specified timeout. If the value is not obtained in time, null is returned. - Added the
resolveLinkWithUrlmethod to theAdjustAPI to resolve the underlying Adjust link from other links that wrap Adjust links. - Added ability to disable the reading of the app set ID. You can do this by calling the
disableAppSetIdReadingmethod on yourAdjustConfiginstance.
Changed
- Updated the Adjust Signature library version to 3.62.0.
Native SDKs:
PR #203
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:
PR #201
Version 5.4.2
Added
- Optimized the logic behind the
processAndResolveDeeplinkmethod to immediately return links that have already been resolved.
Fixed
- Fixed first session delay pre-init actions array lazy initialization.
Changed
- Updated the Adjust Signature library version to 3.47.0.
- Updated purchase verification handler (internal changes).
Native SDKs:
PR #200
Version 5.4.1
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 viasetStoreInfomethod on 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 calling the
enableFirstSessionDelaymethod on yourAdjustConfiginstance. 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
setReferrermethod 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 calling thedisableAppTrackingTransparencyUsagemethod on yourAdjustConfiginstance. For more details about this feature, refer to the official documentation. - Added
jsonResponseto attribution which represents the JSON string sent by the backend as part of the attribution response.
Native SDKs:
- PR #197
awesome-cordova-pluginsPR: danielsogl/awesome-cordova-plugins#4948
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).
Native SDKs:
- PR #196
Version 5.0.3
Changed
- Switched to native Android SDK version that depends on a specific version of the signature library.
Native SDKs:
- PR #194
Version 5.0.2
Fixed
- Removed platform detection logic from JS layer which was requiring
cordova-plugin-devicedependency.
Native SDKs:
- PR #193
Version 5.0.1
Fixed
- Fixed errors from
index.ts(#190). - Fixed occasional ANRs while reading install referrer from Shared Preferences during the SDK initialization.
Native SDKs:
- PR #191
awesome-cordova-pluginsPR for TypeScript users: danielsogl/awesome-cordova-plugins#4826