Skip to content

Releases: adjust/android_sdk

Version 4.38.3

26 Mar 13:09
65b3b8a
Compare
Choose a tag to compare

Added

  • Added support for Samsung CloudDev SDK to read Google Play Advertising Identifier.

Changed

  • Removed webbridge unused code.

Pull Request #598

Version 4.38.2

28 Feb 15:37
e4222a8
Compare
Choose a tag to compare

Fixed

  • Fixed occasional invalid signature cases when SDK package payload would be altered right before sending.

Changed

  • Updated order of tracking of third_party_sharing and measurement_consent packages if invoked before SDK initialization in subsequent SDK initializations.

Pull Request #595

Version 4.38.1

30 Jan 10:53
57f4684
Compare
Choose a tag to compare

Added

  • Added support for TradPlus ad revenue tracking.

Pull Request #593

Version 4.38.0

19 Jan 10:40
6b58557
Compare
Choose a tag to compare

Added

  • Added toMap() method to AdjustAttribution class to get all its fields in a Map<String, String> (thanks to @ntsk).
  • Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking processDeeplink(Uri url, Context context, OnDeeplinkResolvedListener callback) method of the Adjust instance.

Pull Request #590

Version 4.37.1

19 Jan 10:43
70fa9e9
Compare
Choose a tag to compare

Fixed

  • Added null check for the OnDeviceIdsRead callback object passed to Adjust.getGoogleAdId method to avoid NullPointerException.

Changed


Pull Request #588

Version 4.37.0

19 Jan 10:45
6c5b44f
Compare
Choose a tag to compare

Added

  • Added a new type of URL strategy called AdjustConfig.URL_STRATEGY_CN_ONLY. This URL strategy represents AdjustConfig.URL_STRATEGY_CN strategy, but without fallback domains.
  • Added setReadDeviceInfoOnceEnabled(boolean) method to AdjustConfig to indicate if device info to be read only once.

Pull Request #585

Version 4.36.0

19 Oct 14:03
eaaa504
Compare
Choose a tag to compare

Added

  • Added support for Meta install referrer.
  • Added support for Google Play Games on PC.
  • Added support for TopOn and AD(X) ad revenue tracking.
  • Added Getters for certain public classes.

Pull Request #584

Version 4.35.1

09 Oct 16:17
88f938f
Compare
Choose a tag to compare

Changed

  • Added sending of event_callback_id parameter (if set) with the event payload.
  • Updated Gradle version 8.1.1 and publishing plugins as aar.

Pull Request #582

Version 4.35.0

12 Sep 10:58
edfe327
Compare
Choose a tag to compare

Added

  • Added support for SigV3 library. Update authorization header building logic to use adj_signing_id.
  • Added setFinalAttributionEnabled(boolean) method to AdjustConfig to indicate if only final attribution is needed in attribution callback (by default attribution callback return intermediate attribution as well before final attribution if not enabled with this setter method).

Pull Request #580

Version 4.34.0

17 Aug 18:02
8c377a8
Compare
Choose a tag to compare

Added

  • Added support for purchase verification. In case you are using this feature, you can now use it by calling verifyPurchase method of the Adjust instance.

Pull Request #579