Loading...
Loading...
Create a new App Store Connect app record via browser automation. Use when there is no public API for app creation and you need an agent to drive the New App form.
npx skill4agent add rudrankriyam/app-store-connect-cli-skills asc-app-create-ui# Register the bundle ID via public API (if not already registered)
asc bundle-ids create --identifier "com.example.app" --name "My App" --platform IOS
# Confirm no app record exists yet
asc apps list --bundle-id "com.example.app" --output jsonhttps://appstoreconnect.apple.com/appsNamePrimary Languageselect_option"English (U.S.)"Bundle ID<select>"My App - com.example.app"SKULimited AccessFull Access<span><span>scrollIntoView/apps/<APP_ID>/...asc apps get --id "APP_ID" --output json --pretty
# or
asc apps list --bundle-id "com.example.app" --output jsonasc app-setup info set --app "APP_ID" --primary-locale "en-US"
asc app-setup categories set --app "APP_ID" --primary GAMES
asc app-setup availability set --app "APP_ID" --territory "USA,GBR" --available true<input type="radio"><span>scrollIntoViewbrowser_fill