2

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?

János
  • 32,867
  • 38
  • 193
  • 353
  • 1
    see https://stackoverflow.com/questions/10221573/when-an-app-crashes-does-either-the-applicationwillterminate-or-applicationdi – mlidal Sep 12 '17 at 11:07

1 Answers1

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