Releases: Tealium/tealium-ios-adjust-remote-command
Releases · Tealium/tealium-ios-adjust-remote-command
1.4.0
1.3.0
1.2.0
- Support for Granular Options on Third Party Sharing as part of the
setthirdpartysharing
command- new
third_party_sharing_options
payload key accepts an map/json object keyed by the provider name, mapped to additional objects containing the options and their respective values
- new
e.g.
{
// ...
"third_party_sharing_options" : {
"provider": {
"option": "value"
// etc...
},
"provider2": { /* etc */ }
}
// ...
}
- Updated Adjust minimum version to 4.34
- Updated TealiumSwift minimum version to 2.11
1.1.0
1.0.1
- Updated version of Adjust SDK
- Added support for
setUrlStrategy
1.0.0
- Initial Release