Skip to content

Releases: Tealium/tealium-ios-adjust-remote-command

1.4.0

08 Jan 13:45
6cce75a
Compare
Choose a tag to compare

Medium Impact Changes

  • Migrated to Version 5.0 of the Adjust SDK.
  • Old configurations are still supported without breaking changes.

1.3.0

08 Mar 13:45
28466d7
Compare
Choose a tag to compare

Support XCode 15 and raise minimum iOS deployment target to iOS 12

1.2.0

16 Feb 09:01
603a4c0
Compare
Choose a tag to compare
  • 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

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

03 Feb 14:52
db7938f
Compare
Choose a tag to compare

Update Adjust minimum version to 4.29
Update TealiumSwift minimum version to 2.6.0
Add version of the remote command to the DataLayer

1.0.1

12 May 15:23
e8fb22f
Compare
Choose a tag to compare
  • Updated version of Adjust SDK
  • Added support for setUrlStrategy

1.0.0

16 Apr 23:00
Compare
Choose a tag to compare
  • Initial Release