Skip to content

Releases: adjust/ios_sdk

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

Version 4.35.0

12 Sep 10:38
f90ae6c
Compare
Choose a tag to compare

Added

  • Added support for SigV3 library. Update authorization header building logic to use adj_signing_id.

Pull Request #679

Version 4.34.2

06 Sep 11:13
3a19868
Compare
Choose a tag to compare

Added

  • Added more logging around ATT delay timer feature to indicate that it's activated.

Fixed

  • Fixed issue where subsequent calls to active state callback would make ATT delay timer elapse sooner.

Pull Request #676

Version 4.34.1

18 Aug 13:56
f129fbc
Compare
Choose a tag to compare

Fixed

  • Fixed ADJPurchase.h file not found issue via SPM installation (#673).

Pull Request #674

Version 4.34.0

17 Aug 13:11
ff650fa
Compare
Choose a tag to compare

Added

  • Added ability to delay SDK start in order to wait for an answer to the ATT dialog. You can set the number of seconds to wait (capped internally to 120) by calling the setAttConsentWaitingInterval: method of the ADJConfig instance.
  • Added support for purchase verification. In case you are using this feature, you can now use it by calling verifyPurchase:completionHandler: method of the Adjust instance.

Pull Request #672