Talivia Docs
Talivia Docs
HomeDashboard
IntroductionInstallationTeamGetting updates
Mobile app analyticsReact Native and ExpoFlutterSwift and iOSNative Android and Kotlin
Integrations
AI agents and MCPllms.txtllms-full.txt
Mobile app analytics

Mobile app analytics

Track native app screens, product events, and known users in your Talivia workspace.

View Markdown

Talivia mobile SDKs send app activity to the same collector used by your website. Use the same Website ID and hostname as your web tracker to see web and app activity in one workspace. A mobile app does not use the browser script.js tracker; Expo Web still does.

App frameworkSDKStatusGuide
React Native / Expo@talivia/react-nativePublished on npmReact Native
Fluttertalivia_flutterPublished on pub.devFlutter
Native iOS / SwiftTalivia Swift packagePublic Swift Package Manager sourceSwift
Native Android / KotlinTalivia Android moduleMaven Central release pendingAndroid

What to record

  1. Call screen() when navigation changes. No SDK observes your router automatically.
  2. Call track() after a meaningful product action, such as completed onboarding or feature use.
  3. Call identify() after login with your stable account ID. Call reset() on logout.

Initialize only when your consent and privacy settings permit analytics collection. Do not put a private server API key in the mobile app.

Measurement boundaries

  • The same Website ID puts web and app events in one workspace. Matching stable user IDs link known customer identity records, but current funnels still group by visitor token; they do not merge cross-device journeys.
  • SDK queues hold at most 100 events in memory. App exit clears pending retries. Do not use them as durable offline storage.
  • SDKs do not automatically track installs, deep-link campaign attribution, app-store purchases, or verified revenue. Send authoritative purchase data from a trusted backend or payment integration.
  • If your app also has a website, keep the website tracker on web pages and the mobile SDK in native app code.

Explore the mobile app analytics overview for platform links and product context.

Tilda

Install Talivia in Tilda with site-wide HTML code.

React Native and Expo

Install @talivia/react-native and track native screens, events, and known users.