Skip to content

Releases: adjust/ios_sdk

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

Auto-start after initialisation

09 Jul 17:02
Compare
Choose a tag to compare
  • Re-enabling SDK auto-start after initialisation.

Migration Guide.


Pull Request #208

Carthage support for iOS 8.0

20 Jun 19:28
Compare
Choose a tag to compare
  • Re-added support for iOS 8.0 deployment target to dynamic framework.
  • Added CHANGELOG.md to repository.

Migration Guide.


Pull Request #199

Send in background and deferred deeplink callback

20 May 14:43
Compare
Choose a tag to compare
  • Send in the background feature
  • Deeplink launch callback with decision to launch
  • SDK does not start when is put enabled/disabled or online/offline
  • Send all deeplinks with sdk_click
  • Send sdk_click more immediately with a dedicated handler

Migration Guide.


Pull Request #186