Skip to main content

feedback

Inspect beta tester feedback with asc testflight feedback
Feedback workflows now live under asc testflight feedback .... This page keeps the older feedback URL, but the current CLI surface is the testflight feedback command family.

Usage

asc testflight feedback <subcommand> [flags]

List feedback

Retrieve feedback for an app:
asc testflight feedback list --app APP_ID
asc testflight feedback list --app APP_ID --output table
asc testflight feedback list --app APP_ID --include-screenshots
asc testflight feedback list --app APP_ID --paginate

View or delete a submission

asc testflight feedback view --submission-id SUBMISSION_ID
asc testflight feedback delete --submission-id SUBMISSION_ID --confirm

Useful flags

--app
string
required
App Store Connect app ID
--include-screenshots
boolean
Include screenshot URLs in feedback output
--limit
number
Maximum number of results
--paginate
boolean
Fetch all pages automatically

Example workflows

View all feedback in table format

asc testflight feedback list --app 123456789 --output table --paginate

Export feedback to file

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

Filter recent feedback by device or OS

asc testflight feedback list --app 123456789 --device-model "iPhone15,3" --os-version "17.2"

Crashes command

View TestFlight crash submissions

TestFlight command

Manage TestFlight groups, testers, feedback, and crashes