Skip to main content
Back to registry

asc-signing-setup

rudrankriyam/app-store-connect-cli-skills

Use this skill when you need to create or renew signing assets for iOS/macOS apps.

Installs885
Install command
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-signing-setup
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Use this skill when you need to create or renew signing assets for iOS/macOS apps. - Auth is configured ( asc auth login or ASC_* env vars). - You know the bundle identifier and target platform. - You have a CSR file for certificate creation. - Create or find the bundle ID: - asc bundle-ids list --paginate - asc bundle-ids create --identifier "com.example.app" --name "Example" --platform IOS - Configure bundle ID capabilities: - asc bundle-ids capabilities list --bundle "BUNDLE_ID" - asc bundle-ids capabilities add --bundle "BUNDLE_ID" --capability ICLOUD - Add capability settings when required: - --settings '[{"key":"ICLOUD_VERSION","options":[{"key":"XCODE_13","enabled":true}]}]' - Create a signing certificate: - asc certificates list --certificate-type IOS_DISTRIBUTION - asc certificates create --certificate-type IOS_DISTRIBUTION --csr "./cert.csr" - Create a provisioning profile: - asc profiles create --name "AppStore Profile" --profile-type IOS_APP_STORE --bundle "BUNDLE_ID" --certificate "CERT_ID" - Include devices for development/ad-hoc: - asc profiles create --name "Dev Profile" --profile-type IOS_APP_DEVELOPMENT --bundle "BUNDLE_ID" --certificate "CERT_ID" --device "DEVICE_ID" - Download the profile: - asc profiles download --id "PROFILE_ID" --output "./profiles/AppStore.mobileprovision" - Revoke old certificates: - asc certificates revoke --id "CERT_ID" --confirm -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does asc-signing-setup do?

Use this skill when you need to create or renew signing assets for iOS/macOS apps.

Is asc-signing-setup good?

asc-signing-setup does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does asc-signing-setup work with?

asc-signing-setup currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to asc-signing-setup?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install asc-signing-setup?

npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-signing-setup

Related skills

More from rudrankriyam/app-store-connect-cli-skills

Related skills

Alternatives in Software Engineering