simctl_privacy
Manage app privacy permissions on iOS simulators by granting, revoking, or resetting access to services like location, camera, and contacts for testing purposes.
Instructions
Grant, revoke, or reset privacy permissions for an app on a simulator
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | Device UDID, name, or "booted" | |
| action | Yes | Action to perform on the permission | |
| service | Yes | The privacy service/permission to modify | |
| bundle_id | Yes | Bundle identifier of the app |