Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

62 lines (48 loc) · 2.85 KB

Version 4.28.0 (3rd April 2021)

Changed

  • Removed native iOS legacy code.

Native SDKs


Version 4.26.0 (6th February 2021)

Added

  • Added DisableThirdPartySharing method to Adjust interface to allow disabling of data sharing with third parties outside of Adjust ecosystem.
  • Added communication with SKAdNetwork framework by default on iOS 14.
  • Added HandleSkAdNetowrk field to AdjustConfig to be able 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 wrapper method UpdateConversionValue: method to Adjust to allow updating SKAdNetwork conversion value via SDK API.
  • Added handling of new iAd.framework error codes introduced in iOS 14.
  • Added support for Apple Search Ads attribution with usage of AdServices.framework.
  • Added GetAppTrackingAuthorizationStatus getter to Adjust instance to be able to get current app tracking status.
  • Added UrlStrategy field to AdjustConfig class to allow selection of URL strategy for specific market.
  • Added PreinstallTracking field to AdjustConfig to allow enabling of preinstall tracking (this feature is OFF by default).

Fixed

  • Fixed compile errors due to having EAdjustEnvironment and EAdjustLogLevel enumerations not starting with 0.

Native SDKs


Version 4.18.0 (2nd October 2019)

Added

  • Added TrackAdRevenue method to Adjust interface to allow tracking of ad revenue. With this release added support for MoPub ad revenue tracking.

Fixed

  • Fixed crashes when trying to convert not initialised bool values to jboolean.
  • Fixed crashes when trying to initialise custom Adjust Java classes from Adjust_UPL_Android.xml if distribution build is using ProGuard.

Native SDKs


Version 4.17.0 (24th January 2019)

Added

  • Initial release of the Adjust SDK for Unreal Engine. Supported platforms: Android and iOS.

Native SDKs