Releases: adjust/ios_sdk
Releases · adjust/ios_sdk
Version 4.16.0
Version 4.15.0
Added
- Added
setCallbackId
method onADJEvent
object for users to set custom ID on event object which will later be reported in event success/failure callbacks. - Added
callbackId
property toADJEventSuccess
class. - Added
callbackId
property toADJEventFailure
class. - Added support for tracking Facebook Pixel events with iOS web view SDK.
- Aligned feature set of iOS web view SDK with native iOS SDK.
- Added example app which demonstrates how iOS web view SDK can be used to track Facebook Pixel events.
Changed
- SDK will now fire attribution request each time upon session tracking finished in case it lacks attribution info.
Fixed
- Web bridge callbacks can now be called more than once.
Pull Request #342
Version 4.14.3
Changed
- Changed deployment target of iMessage dynamic framework target back to 8.0.
- Changed deployment target of web bridge dynamic framework target back to 8.0.
Fixed
- Removed signing settings from dynamic framework targets (thanks to @Igor-Palaguta).
Pull Request #340
Version 4.14.2
Added
- Added support for iMessage target.
- Added iMessage framework to releases page.
- Added Web Bridge framework to releases page.
Changed
- Updated web view SDK (
v4.14.0
) and way of how it's being added to your iOS apps with web views. Please, make sure to check iOS web views SDK guide for more details.
Pull Request #338
Version 4.14.1
Added
- Added
setPushToken:
method toAdjust
interface to use push token asNSString
data type. This method is intended only to be used by Adjust non native SDKs and you should not be using it in your native iOS app. Please, continue with usage ofsetDeviceToken:
method as stated inREADME
.
Pull Request #334
Version 4.14.0
Added
- Added deep link caching in case
appWillOpenUrl
method is called before SDK is initialised.
Pull Request #332
Version 4.13.0
Added
- Added
gdprForgetMe
method toAdjust
interface to enable possibility for user to be forgotten in accordance with GDPR law.
Pull Request #329
Version 4.12.3
Added
- Added
AdjustTestLibraryStatic
target to the project.
Changed
- Stopped creating session packages in case SDK is initialised in suspended app state.
- Started to send install session package right away in case of delayed SDK initialisation.
Pull Request #325
Version 4.12.2
Changed
- Improved SDK logging to indicate the presence/absence of
iAd.framework
inside of the app.
Fixed
- Added handling of occasional
nil
file paths when attempting to write to file.
Pull Request #323