Releases: adjust/cordova_sdk
Releases · adjust/cordova_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 versions:
iOS@v4.23.0
Android@v4.24.0
Pull Request #116
Version 4.22.1
Fixed
- Fixed tag usage for
adjust-android.jar
declaration inside ofplugin.xml
file (now usinglib-file
instead ofsource-file
).
Native versions:
iOS@v4.22.1
Android@v4.22.0
Pull Request #110
Version 4.22.0
Added
- Added subscription tracking feature.
Native versions:
iOS@v4.22.1
Android@v4.22.0
Pull Request #109
Version 4.21.2
Fixed
- Removed iAd timer from iOS native SDK.
Native versions:
iOS@v4.21.3
Android@v4.21.1
Pull Request #104
Version 4.21.1
Added
- Added support for Huawei App Gallery install referrer.
Changed
- Updated communication flow with
iAd.framework
.
Native versions:
iOS@v4.21.1
Android@v4.21.1
Pull Request #103
Version 4.21.0
Added
- Added
disableThirdPartySharing
method toAdjust
interface to allow disabling of data sharing with third parties outside of Adjust ecosystem. - 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 versions:
iOS@v4.21.0
Android@v4.21.0
Pull Request #100
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 versions:
iOS@v4.18.0
Android@v4.18.0
Pull Request #93
Version 4.17.1
Fixed
- Fixed occurance of exception due to usage attempt of
getSdkPrefix()
method forionic-native
users.
Native versions:
iOS@v4.17.1
Android@v4.17.0
Pull Request #85
Version 4.17.0
Added
- Added support for
Ionic Native
. - Added
getSdkVersion()
method toAdjust
interface to obtain current SDK version string. - Added
setCallbackId
method toAdjustEvent
interface for users to set custom ID on event object which will later be reported in event success/failure callbacks. - Added
callbackId
field to event tracking success callback object. - Added
callbackId
field to event tracking failure callback object.
Changed
- Marked
setReadMobileEquipmentIdentity
method ofAdjustConfig
object as deprecated. - SDK will now fire attribution request each time upon session tracking finished in case it lacks attribution info.
Native versions:
iOS@v4.17.1
Android@v4.17.0
Pull Request #82
Version 4.14.0
Added
- Added deep link caching in case
appWillOpenUrl
method is called natively before SDK is initialised.
Changed
- Updated the way how iOS native bridge handles push tokens from Unity interface - they are now being passed directly as strings to native iOS SDK.
Native versions:
iOS@v4.14.1
Android@v4.14.0
Pull Request #76