Hello,
I would like to detect when the app is task killed (i.e. removed from background). I thought "applicationWillTerminate" is called at that time, but not called.
How can I detect if the app is deleted from background.
Thanks for your help in advance.