June 1, 2021
Tealium for iOS (Objective C)
High Impact Changes
- Added the option to set a
WKProcessPool
instance on theTealiumConfig
object for the Tealium Tag Management webview to use to avoid cookie synchronization issues.
Tealium for iOS (Swift)
Medium Impact Changes
- Updated the persistent storage module to use
Application Storage
instead of theCaches
directory. This prevents persistent data from being deleted when upgrading to iOS 14.7+.
Low Impact Changes
- Updated the
Connectivity
module to use one instance ofCTTelephonyNetworkInfo
instead of instantiating multiple times. - Removed the cookie migration logic that was used to migrate cookies from the
UIWebView
to theWKWebView
. - Updated the RegEx that was used to validate URLs. This allows more uncommon URLs to be used, such as localhost, local IPs, and URLs with ports.
Tealium for React Native
- Tealium Android dependencies updated to the latest
- Android launch event fix + tests
- iOS VisitorProfile arraysOfStrings update
- Update tealium-react-native.podspec to support 0.64+ and Hermes
- Update the index.d.ts
- Update example app
Tealium for Cordova
- Initial release.
- Cordova 9.0.0 is the minimum requirement.
- Updates the SDK from Java to Kotlin, and from Objective-C to Swift.