Skip to content

Releases: adjust/unreal_sdk

Version 5.0.0

30 Jan 12:40
0bffa43
Compare
Choose a tag to compare

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.

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