like my question, I just want to know which delegate method is called when the application closes? It seemed to me that this was ApplicationWillTerminate, but no, this delegate method was simply called if the application wastes a lot of memory and there was no memory left, so the system called this method.
So, what delegate method is called when the application closes?
source share