Releases: adjust/ios_sdk
Releases · adjust/ios_sdk
Auto-start after initialisation
Carthage support for iOS 8.0
- Re-added support for iOS 8.0 deployment target to dynamic framework.
- Added
CHANGELOG.md
to repository.
Pull Request #199
Send in background and deferred deeplink callback
- 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
Pull Request #186
Finished event and session delegates
Convert universal links
- Fix documentation warning
- Fix
-fembed-bitcode
warnings - Convertion helper function for adjust universal links
Pull Request #165
Add bitcode flag
Direct access to device id
Url decode deeplinks
Frameworks & Carthage
- 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 from5.0
to6.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
andAdjustSdkDynamic.framework.zip
archives) - iOS and tvOS example apps redesigned
- iOS and tvOS example apps now have feature to forget current device
Pull Request #147