Since the upgrade to iOS 12.2 on a real device (iPhone XS Max), the app crashes after 1 second, right during the launch screen. The app was installed via TestFlight and worked fine for months.
Neither hockeySDK
nor Firebase Analytics
(Cashlytics) nor Apple crash reporter (Xcode > Organizer > Crashes) has reported this crash. Even the device logs do not show any crash for that app or even any crash in that time range.
After deleting and reinstalling the app from the AppStore, it works fine so far.
Unfortunately I wasn't thinking of opening the console in Xcode to maybe get some infos about the crash. Now that the app works, I cannot reproduce the crash.
App crashes since iOS 12.2 are all over social media, a common issue is described here. However it seems strange that the app works after reinstalling.
What I could think of is that the app crashed for some other reason and when trying to launch it, one of the crash reporters tried to send the report and actually caused the app to crash immediately.
What could be the reason and how can I find out if any users are affected?