Dashboard
Device Breakdown
Analyze your audience by operating system, device type, and version.
The Device Breakdown section shows how your users are distributed across different devices and platforms. This data is collected automatically by the SDK from the device context — no additional configuration is needed.
OS Distribution
See the percentage of your users on each operating system:
- iOS
- Android
- macOS
- Other platforms
This helps you understand the platform split of your user base and allocate development resources accordingly.
OS Version
Drill down into which OS versions your users are running. For example:
- iOS 17.2, iOS 17.1, iOS 16.4
- Android 14, Android 13, Android 12
Knowing which OS versions are in active use helps you decide:
- When to drop support for older versions
- Whether to adopt new platform APIs
- How to prioritize bug fixes for specific versions
Device Type
See a breakdown by device model to understand the hardware your users are on. This is useful for:
- Identifying performance optimization targets
- Understanding screen size distribution
- Prioritizing device-specific testing
Using Device Data
Use device breakdown data to make informed decisions about:
- Platform prioritization — Focus engineering effort where most of your users are
- Minimum OS version — Set a data-driven cutoff for supported OS versions
- Testing strategy — Test on the devices and OS versions that matter most to your users
- Hardware capabilities — Understand what your users' devices can handle for feature planning