Is it any possibility applicationWillTerminate
will get called if any crash happens? EXC_BAD_ACCESS will definitely prevent calling applicationWillTerminate
, but what about other type of crashes?
Asked
Active
Viewed 1,537 times
2

János
- 32,867
- 38
- 193
- 353
-
1see https://stackoverflow.com/questions/10221573/when-an-app-crashes-does-either-the-applicationwillterminate-or-applicationdi – mlidal Sep 12 '17 at 11:07
1 Answers
0
In any case applicationWillTerminate
will not called because app crash means something weird/unexpected happened so no delegates get called.

Pranay
- 372
- 1
- 10