Releases: adjust/ios_sdk
Releases · adjust/ios_sdk
Carthage support for iOS 8.0
- Re-added support for iOS 8.0 deployment target to dynamic framework.
- Added
CHANGELOG.mdto 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-bitcodewarnings - 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
iAdlogging Adjust.podspeciOS deployment target changed from5.0to6.0- README updated with instructions for
Carthageand frameworks - Static and dynamic frameworks will be parts of each release from now on (
AdjustSdkStatic.framework.zipandAdjustSdkDynamic.framework.ziparchives) - iOS and tvOS example apps redesigned
- iOS and tvOS example apps now have feature to forget current device
Pull Request #147