I have an app with locationServices on in background. and have some back ground handle code also.
All I want that when user double click the home button and kill my app I should get notify.There is no application delegate method that is called every time (100%). though the method applicationWillTerminate: according to apple will be called on terminating the app but it is called in very rare cases ( 5 times in 100).
Does any body has some idea about it?
I have an app with locationServices on in background. and have some back ground
Share
Hey I found a very nice observation, that if your App is running some code in background and user tries to kill it the method
applicationWillTerminateis called.