appstore-record-creator

Solid

Create a new App Store Connect app record through visible browser automation when no public API exists. Use for the New App web form after the bundle ID is registered.

AI & Automation 8 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
32
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# App Store Record Creator Opt-in local browser automation for App Store Connect app creation. The user must be signed in; the bundle ID must already exist. ## Preconditions - Playwright, Cursor browser MCP, or equivalent visible browser automation. - User can complete login and 2FA. - Inputs: app name (<=30 chars), registered unused bundle ID, SKU, platform(s), primary language, user access. ## Guardrails - Never export/store cookies. - Use a visible session only. - Pause before final Create click in standalone scripts. - Do not retry Create automatically. ## Workflow 1. Preflight: ```bash asc bundle-ids create --identifier "com.example.app" --name "My App" --platform IOS asc apps list --bundle-id "com.example.app" --output json ``` 2. Open `https://appstoreconnect.apple.com/apps` and confirm login. 3. Click the blue `+` New App button, then the `New App` menu item. It is a dropdown first, not a direct dialog. 4. Fill fields: - Platform checkboxes: iOS, macOS, tvOS, visionOS; multiple allowed. - `Name`, max 30 chars. - `Primary Language` combobox/select. - `Bundle ID` select: wait until async loading finishes after platform selection; choose label like `My App - com.example.app`. - `SKU`. - `User Access`: required radio, `Limited Access` or `Full Access`. 5. User Access radios may have span overlays; scroll the radio input into view and click the radio ref directly if accessibility click is intercepted. 6. If Ember validation does not not...

Details

Author
Xopoko
Repository
Xopoko/plug-n-skills
Created
1 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category