
Native iOS SDK
iOS analytics for the screens and actions that matter
Add the Talivia Swift package through Swift Package Manager. Record native screen views, product events, and signed-in identity in the same workspace as your website.

Wednesday, September 16th, 2026
Product analytics for mobile apps
Understand use across your iOS app
Put a small tracking call where your Swift app knows the user arrived, acted, or signed in.
Follow native screens
Call screen() when the visible view changes.
Capture useful product events
Call track() for onboarding completion, feature use, or another confirmed action.
Recognize known users
Call identify() with the same stable account ID your website uses.
How it works
Set up the Swift package
The source is available from the talivia-group/swift GitHub repository at version 0.1.0.
Read the setup guide- 01
Add the package in Xcode
Use https://github.com/talivia-group/swift.git in Swift Package Manager.
- 02
Initialize Talivia
Pass your Website ID and hostname to the Talivia initializer.
- 03
Call screen, track, and identify
Track your own navigation, product milestones, and authenticated identity.
Choose your SDK
Start with the framework you ship
Each SDK sends native app activity to Talivia. Pick your platform for installation details and the exact tracking calls.
What you can learn
Native signals in your Talivia reports
iOS screen views
Measure the views people actually visit in your app.
Named product events
Track the milestones that explain engagement.
Shared workspace
Inspect iOS and web activity under the same Website ID.
Clear measurement boundaries
Know what the SDKs do today
Mobile tracking follows the events your app explicitly sends. Known identities can be linked, while cross-device funnels are still visitor-based.
- Screen changes and business events require explicit calls in your app.
- Offline retry is memory-only and capped at 100 events; app restarts clear the queue.
- Install attribution and verified app purchases require separate trusted integrations.
Questions
Mobile analytics, explained
What you can collect now, and where additional integrations are needed.
Where do I get the Swift SDK?
Add https://github.com/talivia-group/swift.git through Swift Package Manager and select version 0.1.0.
Does it automatically track SwiftUI navigation?
No. Call screen() when your app changes the visible screen.
Does it track App Store purchases automatically?
No. Revenue should be verified and sent from a trusted backend or payment integration.
Bring your app into focus
See your app and website activity together
Create a workspace, add your SDK, and start with your first screen and product event.
Start tracking for free