To integrate the Tealium iOS Library:
Add to Project with a Dependency Manager
Add to Project Manually
Initialize
Track Views
Track Events
View Samples & Documentation
Before Submitting to the App Store
- Xcode 7+
- iOS 8.1+
-&nb...
This document explains the various methods of debugging Tealium IQ and AudienceStream mobile app implementations. You are free to use just one or a combination of these methods to get the best results.
Tealium recommends that when testing mobile a...
The Tealium Xamarin integration provides a set of cross-platform interfaces and configuration classes that interface with the native Tealium iOS and Android SDKs to simplify Tealium tracking Xamarin developers.
In this article:
Table of Contents...
This document describes how to sync a session in a hybrid app. A hybrid app combines components written in native code, such as Objective-C for iOS or Java for Android, and one or more WebView components written in HTML and JavaScript. A common use c...
FUNCTION NAME
DESCRIPTION
init?(config:TealiumConfig)
Library initializer.
getDataManager()
Access the Data Manager for additional options.
track(title:String, data:[String:AnyObject], completion:((success:Bool, encodedURLString...
After upgrading to the latest Tealium SDK, I can see an additional hit to the Tealium Collect tag with type "remote_api". What is causing this?
This is related to the Custom Remote Command tag (formerly TagBridge functionality in the Tealium SDKs,...
This tutorial shows how to set up Charles to proxy HTTP traffic in and out of your iOS device. This is especially helpful when verifying proper configurations of the Tealium iOS library.
This article covers an older version of Charles....