2

Deployed build via TestFlight. Tester installed the app. For testing the crash report, I maiden the build with force crash code fatalError() on button click. It also happened, but the crash not reported in iTunes connect or Xcode->Organizer

enter image description here

The above screenshot shows the itunes connect status which didn't show the crash count.

Note:

  1. My build is in beta. I have distributed to internal testers only.
  2. Yet now, I didn't submit to the beta review(none of the previous build too), because, as of now, I don't need to distribute to the external tester.
  3. I didn't do anything in Xcode for test flight setup.(Thought, it don't need).

If anyone experience with the same, please help me.

Mani
  • 17,549
  • 13
  • 79
  • 100

1 Answers1

1

Make sure that Share iPhone Analytics and Share With App Developers are checked off under Settings -> Privacy -> Analytics & Improvements

And note that Apple says that some crashes (e.g. watchdog events, invalid code-signature crashes, thermal events, and high-memory use events) may not appear in the Crashes organizer: https://developer.apple.com/documentation/xcode/acquiring-crash-reports-and-diagnostic-logs

Analytics & Improvements screen

William Grand
  • 1,033
  • 2
  • 12
  • 24