Skip to content

Releases: adjust/cordova_sdk

Version 4.23.0

24 Aug 23:26
3c49ff2
Compare
Choose a tag to compare

Added

  • Added communication with SKAdNetwork framework by default on iOS 14.
  • Added method deactivateSKAdNetworkHandling method to AdjustConfig to switch off default communication with SKAdNetwork framework in iOS 14.
  • Added wrapper method requestTrackingAuthorizationWithCompletionHandler to Adjust 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 to AdjustConfig 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

11 Jun 00:25
fc1dac6
Compare
Choose a tag to compare

Fixed

  • Fixed tag usage for adjust-android.jar declaration inside of plugin.xml file (now using lib-file instead of source-file).

Native versions:
iOS@v4.22.1
Android@v4.22.0


Pull Request #110

Version 4.22.0

10 Jun 12:00
c4aef34
Compare
Choose a tag to compare

Added

  • Added subscription tracking feature.

Native versions:
iOS@v4.22.1
Android@v4.22.0


Pull Request #109

Version 4.21.2

04 May 11:55
d4fa7d7
Compare
Choose a tag to compare

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

10 Apr 01:02
1dddc58
Compare
Choose a tag to compare

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

24 Mar 01:09
b8502bd
Compare
Choose a tag to compare

Added

  • Added disableThirdPartySharing method to Adjust 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

02 Jul 13:30
396e690
Compare
Choose a tag to compare

Added

  • Added trackAdRevenue method to Adjust interface to allow tracking of ad revenue. With this release added support for MoPub 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

01 Feb 12:15
76e6428
Compare
Choose a tag to compare

Fixed

  • Fixed occurance of exception due to usage attempt of getSdkPrefix() method for ionic-native users.

Native versions:
iOS@v4.17.1
Android@v4.17.0


Pull Request #85

Version 4.17.0

08 Jan 14:56
eeb3805
Compare
Choose a tag to compare

Added

  • Added support for Ionic Native.
  • Added getSdkVersion() method to Adjust interface to obtain current SDK version string.
  • Added setCallbackId method to AdjustEvent 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 of AdjustConfig 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

18 Jun 14:10
9480961
Compare
Choose a tag to compare

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