ios_shell
Run a low-level iOS device-management command. Pass the subcommand and optional arguments. No automation session required. Example: subcommand="syslog", args=["--parse"]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Additional arguments for the subcommand | |
| udid | Yes | iOS device UDID | |
| subcommand | Yes | Device-management subcommand (e.g. "info", "syslog", "diskspace", "ip", "devicename") |