Releases: adjust/ios_sdk
Releases · adjust/ios_sdk
SFSafariViewController compatibility
AdWords request iOS 10 compatibility
Support short universal link conversion
Initialize static vars
Remove sleep in threads
- Replace sleeping background thread with delay execution.
- Add Safari services framework to example app
Pull Request #217
AdWords Search and Mobile Web
CPU family params read if they exist
- 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.
Pull Request #209
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