Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iTunes Connect: "Too few reports have been submitted for a report to be shown"

My app was approved for the App Store yesterday and since then we have received dozens of reports of a crash that does not appear in development builds. But, when I go to iTunes Connect > Manage Your Apps > (App) > Current Version > View Details > Crash Reports, I get this message: Too few reports have been submitted for a report to be shown. This is true after I did a refresh, under every tab.

Given the number of emails I have received, there should be plenty of crash logs in there. What am I missing?

like image 691
Simon Woodside Avatar asked Feb 16 '23 23:02

Simon Woodside


1 Answers

This is because of the way crash reports are send to iTunes, or mostly are not sent because the users don't allow these reports to be send to Apple.

Full description of what is going on, is answered here: https://stackoverflow.com/a/15592723/474794

Short story: You should use a 3rd party crash reporting solution to send the data to your own server or a service. You cannot rely on iTunes Connect.

like image 101
Kerni Avatar answered Apr 27 '23 20:04

Kerni