Releases: adjust/ios_sdk
Releases · adjust/ios_sdk
Version 4.21.0
Added
- Added support for signature library as a plugin.
- Added more aggressive sending retry logic for install session package.
- Added additional parameters to
ad_revenue
package payload.
Changed
- Replaced deprecated methods in iOS 13 for (un)archiving objects.
Fixed
- Added nullability check for
NSString
object returned byadjUrlDecode
method (thanks to @marinofelipe).
Pull Request #414
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