set_permissions
Update an app's native permissions for tracking, camera, microphone, and NFC. Pass only the keys to change; all other settings remain intact.
Instructions
Sets an app's native permissions. Pass permissions as an object of { name: boolean }; keys are tracking, camera, microphone, nfc. Only the keys you include change — the rest and every usage message are preserved. Reversible — executes immediately. Request only permissions the app actually uses (store-review discipline).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The app ID | |
| permissions | Yes | Map of permission name to enabled boolean. Keys: tracking, camera, microphone, nfc. Include only the toggles you want to change. |