Skip to content

Releases: adjust/ios_sdk

Version 4.38.2

30 Apr 16:26
2fd82b1
Compare
Choose a tag to compare

Added

  • Added sending of the additional SDK observability parameters for debugging purposes.

Pull Request #711

Version 4.38.1

10 Apr 08:57
3179722
Compare
Choose a tag to compare

Fixed

  • Removed nullability type specifier warnings (#703).

Pull Request #705

Version 4.38.0

22 Mar 14:58
3ebb6fe
Compare
Choose a tag to compare

Added


Pull Request #702

Version 4.37.2

28 Feb 14:39
cd05aec
Compare
Choose a tag to compare

Changed

  • Added tracking of third_party_sharing and measurement_consent packages if invoked before SDK initialization in subsequent SDK initializations.
  • Cleaned up example apps.

Pull Request #700

Version 4.37.1

15 Feb 12:25
a6fb83b
Compare
Choose a tag to compare

Added

  • Added support for TradPlus ad revenue tracking.

Fixed

  • Fixed occasional crashes caused by not synchronized access to cached IDFA value (#696).

Pull Request #697

Version 4.37.0

21 Dec 14:52
f7a0ad4
Compare
Choose a tag to compare

Added

  • Added ability to instruct to SDK to read device IDs just once upon initialization. You can set this by calling setReadDeviceInfoOnceEnabled method of the ADJConfig instance.
  • Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking processDeeplink:completionHandler: method of the Adjust instance.

Fixed

  • Added missing purchase verification related headers into the umbrella headers of the various framework targets.

Pull Request #691

Version 4.36.0

21 Nov 15:33
5409665
Compare
Choose a tag to compare
  • Added idfv method on Adjust instance to get access to device's IDFV value.
  • Fixed the issue with CocoaPods installation for v4.35.3, where incorrect version was set as the source in podspec.

Pull Request #688

Version 4.35.3

15 Nov 15:53
a55e40f
Compare
Choose a tag to compare
  • Added support for TopOn and ADX ad revenue sources.
  • Added a new type of URL strategy called ADJUrlStrategyCnOnly. This URL strategy represents ADJUrlStrategyCn strategy, but without fallback domains.

Pull Request #687

Version 4.35.2

09 Oct 13:27
20c2666
Compare
Choose a tag to compare

Added

  • Added sending of event_callback_id parameter (if set) with the event payload.

Pull Request #684

Version 4.35.1

02 Oct 11:44
9abd400
Compare
Choose a tag to compare

Fixed

  • Fixed issue with signing requests post ATT delay timer expiry.

Pull Request #680