Folks:
Apple provides a wonderful service called Crash Report Service – see below for details. How can we use this with Xcode? It’s invaluable for debugging deployed and beta apps. Thanks! I figure someone should know…
Apple provides a service that allows you to download crash reports for the most recent app versions and builds that you distribute using TestFlight or the App Store. The service collects and groups similar crash logs into crash reports. Each build of an app may have multiple crash reports and each crash report may contain multiple crash logs.
Collects crash logs from apps running on user devices
Symbolicates the crash logs (replaces memory addresses with human-readable names)
Compares stack traces to identify and group similar crash logs into crash reports
Removes all personal user data from crash logs
Provides the total number of unique devices where the crash occurred
Provides a sample set of crash logs for each crash report
Updates crash reports daily