How does an app with TestFlight send its crash reports? Is there some immediate exception handler which sends the report? Or will the next start of the app trigger a scan through the crash logs and send pending ones?
Will also kills by the OS due to too much mem usage be sent as crash reports?
How does an app with TestFlight send its crash reports? Is there some immediate
Share
From the documentation:
So it is sent immediately.
I would think that memory-triggered crashes would use the same method, but you never know if it will be able to complete.