get_app_perf_metrics
Retrieve Xcode-style performance metrics (launch time, memory, battery, hangs) for an app, aggregated across builds and broken down by device and percentile.
Instructions
Get performance and power metrics for an app (e.g., launch time, memory, battery, hangs). Returns Xcode-style metrics data with values per device and percentile. Use this for app-level aggregate metrics across all builds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The App Store Connect app ID | |
| metricType | Yes | The type of performance metric to retrieve | |
| platform | No | Filter by platform (optional) | |
| deviceType | No | Filter by device type identifier (e.g., 'iPhone14,5' for iPhone 13). Optional. |