October 1, 2020
Tealium for Android (Java)
- Refactor to accommodate for new remote commands adapter
- Fixes issue regarding erasing visitor profile before deletion
- RemoteCommands Adapter Module 1.0.0
- General Remote Commands extracted from core library for use with Tealium Android-Java and Tealium-Kotlin
Tealium for iOS (Swift)
New Features
- The remote commands feature was updated with a new option to use a remote or locally hosted JSON configuration files, removing the requirement for a webview. If using the Remote Command tag option, in iQ Tag Management, the webview is required. Learn more about JSON controlled remote commands.
- Added support for Approximate Location Tracking (iOS 14+) with the function
requestTemporaryFullAccuracyAuthorization(purposeKey:)
through theTealiumLocation
module. Learn more about the iOS 14 Location Updates and requesting temporary full authorization
Medium Impact Changes
- Lower-cased the value of the
platform
variable to correct mobile session timer. Previously, sessions were measured similarly to web (30 minutes of consistent activity). By lower-casing theplatform
variable, the Customer Data Hub recognizes the incoming data as a mobile session and the session length is shortened to 2 minutes.
Update your load rules if you have Load or Attribute Rules configured checking for case sensitive platform
values such as iOS
vs ios
.
Low Impact Changes
- Add
origin: mobile
to the track payload
Tealium for Xamarin 1.x nelease notes
- Updated core libraries - iOS 5.7.0, Android 5.8.0.
- Removes
UIWebView
dependency.
Tealium for Android (Kotlin)
- Support for multiple instances of Tealium
- Breaking changes introduced for construction of Tealium instances
- Fix: Connectivity issues on older Android versions