Beta feedback crash submissions
Get TestFlight feedback crashes from beta testers for your apps.
Overview
Use this API to read details about crashes submitted by testers while testing your beta app builds. There are many filters available for these endpoints to help you identify patterns and isolate issues.
You can get new beta feedback crash submissions in two ways:
Make active
GETrequest to look up new beta feedback crash submissions.Set up a webhook to get a notification when there is new beta feedback crash submissions. Then look up the corresponding feedback. To learn more, see Webhook notifications.
To manage beta feedback crash submissions, be sure you have one of the following user roles:
ADMINAPP MANAGERDEVELOPER
Both Team and Individual keys can use these endpoints with the correct role.
Topics
Reading and deleting beta feedback crash submissions
List all beta feedback crash submissions for an appList all beta feedback crash submission IDs for an appRead beta feedback crash submission informationRead the crash log for a beta feedback crash submissionGET /v1/betaFeedbackCrashSubmissions/{id}/relationships/crashLogDelete a beta feedback crash submission