Skip to content

Releases: adjust/unreal_sdk

Version 4.28.0

02 Apr 23:11
51fb2e0
Compare
Choose a tag to compare

Changed

  • Removed native iOS legacy code.

Native SDKs

Version 4.26.0

06 Feb 00:14
b538f13
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 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

02 Oct 08:08
01f3895
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.

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

24 Jan 12:13
238df1b
Compare
Choose a tag to compare

Added

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

Native SDKs