Skip to content

Releases: adjust/ios_sdk

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

Finished event and session delegates

15 Mar 15:46
Compare
Choose a tag to compare
  • Delegate callbacks for tracked events and sessions.

Migration Guide.


Pull Request #150

Convert universal links

05 Feb 15:59
Compare
Choose a tag to compare
  • Fix documentation warning
  • Fix -fembed-bitcode warnings
  • Convertion helper function for adjust universal links

Migration Guide.


Pull Request #165

Add bitcode flag

03 Feb 12:47
Compare
Choose a tag to compare
  • Add bitcode flag for static library

Migration Guide.


Pull Request #163

Direct access to device id

01 Feb 15:11
Compare
Choose a tag to compare
  • Easy access to device id idfa

Migration Guide.


Pull Request #157

Url decode deeplinks

20 Jan 13:54
Compare
Choose a tag to compare
  • Url decode deeplinks

Migration Guide.


Pull Request #156

Frameworks & Carthage

09 Dec 13:23
Compare
Choose a tag to compare
  • SDK is now accessible via Carthage
  • Dynamic framework target is added and named AdjustSdk.framework
  • Static framework renamed to AdjustSdk.framework
  • Improved iAd logging
  • Adjust.podspec iOS deployment target changed from 5.0 to 6.0
  • README updated with instructions for Carthage and frameworks
  • Static and dynamic frameworks will be parts of each release from now on (AdjustSdkStatic.framework.zip and AdjustSdkDynamic.framework.zip archives)
  • iOS and tvOS example apps redesigned
  • iOS and tvOS example apps now have feature to forget current device

Migration Guide.


Pull Request #147

iAd v3 support

07 Dec 14:28
Compare
Choose a tag to compare
  • iAd v3 support

Migration Guide.


Pull Request #139