Hi guys,
I wonder can we make our iPhone application resume automatically and immediately after it crashed?
You know, sometimes, the application crashes because it receive some signals, like SIGSEGV and others, but I really hope the application can restart by itself!
Therefore, how to catch the signals in iPhone application code, and where to catch it? The main file, delegate file or others?
Thank you very much in advance!
Regards!
I wonder can we make our iPhone application resume automatically and immediately after it crashed?
You know, sometimes, the application crashes because it receive some signals, like SIGSEGV and others, but I really hope the application can restart by itself!
Therefore, how to catch the signals in iPhone application code, and where to catch it? The main file, delegate file or others?
Thank you very much in advance!
Regards!