create_bundle_id
Register a new bundle ID for app development with identifier, name, and platform selection. Supports iOS, macOS, and universal.
Instructions
Register a new bundle ID for app development
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A name for the bundle ID | |
| seedId | No | Your team's seed ID (optional) | |
| platform | Yes | The platform for this bundle ID | |
| identifier | Yes | The bundle ID string (e.g., 'com.example.app') |