xcode_revoke_privacy_permission
Revoke specific privacy permissions for an app on an iOS simulator by specifying the device UDID, app bundle ID, and desired service (e.g., camera, location). Ideal for testing app behavior under restricted access.
Instructions
Revoke privacy permission from an app
Input Schema
Name | Required | Description | Default |
---|---|---|---|
bundleId | Yes | Bundle identifier of the app | |
service | Yes | Privacy service to revoke | |
udid | Yes | The UDID of the simulator |