- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
Hello,
I have a native android/iOS app with Tealium, but we're redoing the data layer and updating to a new profile. While we migrate, is it possible to run the app with 2 instances of Tealium?
Regards,
Marco
Solved! Go to Solution.
10-29-2018 09:15 AM - edited 11-05-2018 08:28 AM
Hi @MarcoRodrigues,
Yes, this is supported. As an example, see the documentation for initializing the Tealium for Android instance. Specifically, this line:
Tealium.createInstance("INSTANCE", tealConfig);
You can create two instances, each with their own config. Then later, when making tracking calls, refer back to those instance names:
Tealium.getInstance("INSTANCE").trackView("screenName", data);
Copyright All Rights Reserved © 2008-2023