xcode_get_privacy_permission
Check privacy permission status for mobile apps in iOS simulators. Verify access to camera, location, contacts, and other services using bundle ID and UDID.
Instructions
Get privacy permission status for an app
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| udid | Yes | The UDID of the simulator | |
| bundleId | Yes | Bundle identifier of the app | |
| service | Yes | Privacy service (camera, photos, location, etc.) |