find_app_by_bundle_id
Find an app in App Store Connect by its bundle identifier. Returns None if no app exists.
Instructions
Look up an app by its bundle identifier (e.g. com.example.app). Returns None if it doesn't exist yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |