How to log app termination using Xcode organizer?

In my React Native mobile application, we are experiencing app termination issues on a few devices (iPhone 13 & 14). We are not getting any logs on Xcode organizer after app termination due to memory leak or terminates by OS. Could you please suggest a way to log app terminations or recommend any other platform where we can log such events? Alternatively, do you have any suggestions on how to resolve app termination issues?

Seems like Xcode Organizer only shows metric data after a large number of users using your app so that Apple has enough data to show metrics.

The most common reason of app termination is the app used too much memory. The best tool to track memory usage and leaks is Instrument.

WindowsMEMZ @ Darock Studio

How to log app termination using Xcode organizer?
 
 
Q