Skip to content

Releases: adjust/ios_sdk

Remove backgroundSessionConfigurationWithIdentifier

20 Sep 13:47
Compare
Choose a tag to compare
  • Revert deployment target to iOs 6.0
  • Remove NSURLSessionConfiguration with backgroundSessionConfigurationWithIdentifier

Migration Guide.


Pull Request #240 #241

App Store update

08 Sep 11:37
Compare
Choose a tag to compare

Migration Guide.


Pull Request #238

Session parameters

07 Sep 15:22
Compare
Choose a tag to compare

SDK 4.9.0 should not be integrated, due to an update to the Apple App Store Review Guidelines. Use version 4.10.0 or above instead.

  • Added ADJLogLevelSuppress to disable all log output messages.
  • Added possibility to delay the start of the first session.
  • Added support for session parameters which are going to be sent with each session/event:
    • Callback parameters
    • Partner parameters
  • Added sending of install receipt.
  • Added iOS 10 compatibility.
  • Added AdjustSdkTv.framework to releases page.
  • Deferred deep link info is now delivered as part of the attribution answer from the backend.
  • Removed optional adjust_redirect parameter from resulting URL string when using convertUniversalLink:scheme method.
  • Normalized properties attributes.
  • Changed naming of background blocks.
  • Using weakself strongself pattern for background blocks.
  • Moving log level to the ADJConfig object.
  • Accessing private properties directly when copying.
  • Removed static framework build with no Bitcode support from releases page.
  • Updated docs.
  • Allow foreground/background timer to work in offline mode.
  • Use synchronized blocks to prevent write deadlock/contention.
  • Don't create/use background timer if the option is not configured.
  • Replace strong references with weak when possible.
  • Use background session configuration for NSURLSession when the option is set.

Migration Guide.


Pull Request #230

SFSafariViewController compatibility

30 Aug 08:19
Compare
Choose a tag to compare
  • AdWords request is now being done only on iOS 9 and newer devices.

Migration Guide.


Pull Request #233

AdWords request iOS 10 compatibility

18 Aug 18:51
Compare
Choose a tag to compare
  • Adding AdWords request compatibility with iOS 10.

Migration Guide.


Pull Request #228

Support short universal link conversion

11 Aug 08:45
Compare
Choose a tag to compare
  • Support short universal link conversion

Migration Guide.


Pull Request #226

Initialize static vars

05 Aug 11:19
Compare
Choose a tag to compare
  • Initialise static vars to prevent dealloc

Migration Guide.


Pull Request #221

Remove sleep in threads

03 Aug 10:26
Compare
Choose a tag to compare
  • Replace sleeping background thread with delay execution.
  • Add Safari services framework to example app

Migration Guide.


Pull Request #217

AdWords Search and Mobile Web

18 Jul 12:10
Compare
Choose a tag to compare
  • Adding support for AdWords Search and Mobile Web tracking.

Migration Guide.


Pull Request #211

CPU family params read if they exist

12 Jul 12:57
Compare
Choose a tag to compare
  • Adding #define for CPUFAMILY_INTEL_YONAH due to its deprecation in iOS 10.
  • Adding #define for CPUFAMILY_INTEL_MEROM due to its deprecation in iOS 10.

Migration Guide.


Pull Request #209