Hello,
I'm trying to write custom behaviour for assert on iOS. If an assert is triggered, I want to show a dialog, that would inform the user, that a critical error occurred. However, since an assert can occur before the main window is loaded, the dialog must be shown regardless of the main window, which I'm having difficulties with.
Is there any good practice on iOS to do this?