Releases: adjust/ios_sdk
Releases · adjust/ios_sdk
Version 4.20.0
Version 4.19.0
Added
- Added
disableThirdPartySharing
method toAdjust
interface to allow disabling of data sharing with third parties outside of Adjust ecosystem.
Pull Request #401
Version 4.18.3
Changed
- Removed reading of Facebook advertising identifier which sometimes caused blocking of the main thread.
Pull Request #393
Version 4.18.2
Changed
- Removed methods from Adjust SDK web view bridge which are dealing with
UIWebView
objects to addressITMS-90809
. Please, check web views migration guide to see how to migrate tov4.18.2
and also check our web view example app to see how current Adjust web view SDK should be implemented. - Replaced deprecated API for better iOS 13 compatibility.
Pull Request #390
Version 4.18.1
Version 4.18.0
Added
- Added
trackAdRevenue:payload:
method toAdjust
interface to allow tracking of ad revenue. With this release added support forMoPub
ad revenue tracking. - Added reading of Facebook anonymous ID if available.
Pull Request #379
Version 4.17.3
Version 4.17.2
Version 4.17.1
Fixed
- Fixed issue with printing of certain skipped deep links to debug console output in sandbox mode (#362). Thanks to @Mildwhale.
Pull Request #363
Version 4.17.0
Added
- Added
sdkVersion
getter toAdjust
interface to obtain current SDK version string.
Changed
- Removed posting of
kNetworkReachabilityChangedNotification
notification from forkedADJReachability
class. In case you were using it, please rely only on obtaining it from officialReachability
class (#359). Thanks @grigorye.
Pull Request #360