Releases: adjust/cordova_sdk
Version 5.0.4
Added
- Added sending of the additional parameter to improve troubleshooting of
SKAdNetwork
related 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-device
dependency.
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-plugins
PR for TypeScript users: danielsogl/awesome-cordova-plugins#4826
Version 5.0.0
We're excited to release our major new SDK version (v5). Among many internal improvements, our spoofing protection solution is now included out of the box, reinforcing our commitment to accurate, actionable, and fraud-free data.
To try out SDK v5 in your app, you can follow our new v4 to v5 migration guide.
If you are a current Adjust client and have questions about SDK v5, please email sdk-v5@adjust.com.
In case you were using beta version of the SDK v5, please switch to the official v5 release.
- PR #189
awesome-cordova-plugins
PR for TypeScript users: danielsogl/awesome-cordova-plugins#4826
Version 4.38.1
Added
- Added sending of the additional iOS SDK observability parameters for debugging purposes.
Fixed
- Removed nullability type specifier warnings (adjust/ios_sdk#703).
Native versions:
Pull Request #187
Version 4.38.0
Added
- Added iOS Privacy Manifest for the Adjust SDK.
- Added new domains and corresponding payload restrictions for the Adjust SDK to direct the iOS traffic to:
- https://consent.adjust.com - for consented users
- https://analytics.adjust.com - for non-consented users
Native versions:
Pull Request #186
awesome-cordova-plugins
Pull Request: danielsogl/awesome-cordova-plugins#4724
Version 4.37.1
Added
- Added support for Meta install referrer.
Native versions:
Pull Request #185
awesome-cordova-plugins
Pull Request: danielsogl/awesome-cordova-plugins#4724
Version 4.37.0
Added
- Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking
processDeeplink
method of theAdjust
instance. - Added getter for obtaining IDFV value of the iOS device. You can obtain IDFV value by calling
getIdfv
method of theAdjust
instance. - Added support for Google Play Games on PC.
- Added support for
TopOn
andAD(X)
ad revenue tracking. - Added a new type of URL strategy called
AdjustConfig.AdjustUrlStrategyCnOnly
. This URL strategy representsAdjustConfig.AdjustUrlStrategyCn
strategy, but without fallback domains. - Added ability to indicate if the device IDs should be read just once per SDK initialization via calling
setReadDeviceInfoOnceEnabled
method of theAdjustConfig
instance.
Native versions:
Pull Request #182
awesome-cordova-plugins
Pull Request: danielsogl/awesome-cordova-plugins#4723
Version 4.35.1
Added
- Added sending of
event_callback_id
parameter (if set) with the event payload.
Native versions:
Pull Request #180