Skip to content

Version 4.11.0

Compare
Choose a tag to compare
@uerceg uerceg released this 27 Dec 12:43
· 1839 commits to master since this release

Added

  • Added adid field to the attribution callback response.
  • Added accessor [Adjust adid] to be able to get adid value at any time after obtaining it, not only when session/event callbacks have been triggered.
  • Added accessor [Adjust attribution] to be able to get current attribution value at any time after obtaining it, not only when attribution callback has been triggered.
  • Added AdjustSdkTv scheme to shared ones in order to allow Carthage build for tvOS.

Changed

  • Updated Criteo plugin:
    • Added new partner parameter user_segment to be sent in injectUserSegmentIntoCriteoEvents (for all Criteo events).
    • Moved customer_id to be sent in injectCustomerIdIntoCriteoEvents (for all Criteo events).
    • Added new partner parameter new_customer to be sent in injectTransactionConfirmedIntoEvent.
  • Firing attribution request as soon as install has been tracked, regardless of presence of attribution callback implementation in user's app.
  • Saveing iAd/AdSearch details to prevent sending duplicated sdk_click packages.
  • Updated docs.

Fixed

  • Now reading push token value from activity state file when sending package.
  • Fixed memory leak by closing network session.
  • Fixed TARGET_OS_TV pre processer check.

Migration Guide.


Pull Request #263