TestFlight does not showing crash report for one user

We have recently released an app on TestFlight, and TestFlight includes a useful feature for automatically capturing crash reports. Whenever a user encounters a crash, TestFlight usually displays a dialogue prompting them to share the crash details with the developer or Apple portal. However, one of our users reported that they did not receive this dialogue, despite having the "Share iPhone & Watch Analytics" option enabled. As a result, we are unable to access the crash logs for further investigation.

It seems that no other users are currently experiencing the crash, or they may not be encountering the specific circumstances that prevent the crash dialogue from appearing. Moreover he tried to find that crash log .ips file in "Analytics Data" but its not visible.

Answered by Hiral_Jotaniya in 758932022

I learned that when an operating system is unable to allocate enough memory to load a specific task, it chooses to terminate the application rather than considering it a crash. As a result of this intentional termination by the operating system, the "Share Crash" dialogue does not appear. This behavior is designed to prevent system instability and ensure the overall smooth functioning of the operating system. Instead of allowing the application to continue running with limited resources and potentially causing further issues, the operating system terminates it to free up memory and prioritize the stability of the system. Consequently, since the termination is a deliberate action by the operating system, it is categorized as an OS termination rather than a crash, which explains why the "Share Crash" dialogue does not prompt in such cases.

In such case it won't create .ips file in "Analytics Data" under settings.

Hope it is informative to you guys.

Thank you.

Accepted Answer

I learned that when an operating system is unable to allocate enough memory to load a specific task, it chooses to terminate the application rather than considering it a crash. As a result of this intentional termination by the operating system, the "Share Crash" dialogue does not appear. This behavior is designed to prevent system instability and ensure the overall smooth functioning of the operating system. Instead of allowing the application to continue running with limited resources and potentially causing further issues, the operating system terminates it to free up memory and prioritize the stability of the system. Consequently, since the termination is a deliberate action by the operating system, it is categorized as an OS termination rather than a crash, which explains why the "Share Crash" dialogue does not prompt in such cases.

In such case it won't create .ips file in "Analytics Data" under settings.

Hope it is informative to you guys.

Thank you.

TestFlight does not showing crash report for one user
 
 
Q