Skip to main content

crashes

Inspect TestFlight crash submissions with asc testflight crashes
Crash-report workflows now live under asc testflight crashes .... This page keeps the older crashes URL, but the current CLI surface is the testflight crashes command family.

Usage

asc testflight crashes <subcommand> [flags]

List crashes

Retrieve crash submissions for an app:
asc testflight crashes list --app APP_ID
asc testflight crashes list --app APP_ID --sort -createdDate
asc testflight crashes list --app APP_ID --device-model "iPhone15,3" --os-version "17.2"
asc testflight crashes list --app APP_ID --paginate

View and download crash details

asc testflight crashes view --submission-id SUBMISSION_ID
asc testflight crashes log --submission-id SUBMISSION_ID
asc testflight crashes log --crash-log-id CRASH_LOG_ID

Cleanup

asc testflight crashes delete --submission-id SUBMISSION_ID --confirm

Useful flags

--app
string
required
App Store Connect app ID, bundle ID, or exact app name
--sort
string
Sort order: createdDate or -createdDate
--device-model
string
Filter by device model
--os-version
string
Filter by OS version
--paginate
boolean
Fetch all pages automatically

Example workflows

View recent crashes

asc testflight crashes list --app 123456789 --sort -createdDate --limit 10 --output table

Export all crash submissions

asc testflight crashes list --app 123456789 --paginate > crashes.json

Fetch a crash log for a submission

asc testflight crashes log --submission-id SUBMISSION_ID

Feedback command

View beta tester feedback

TestFlight command

Manage TestFlight groups, testers, feedback, and crashes