how could i know App was closed by user forcefully?
"closed by user forcefully" means when App in background and user close it..
how can know this?
Thanks...
i edit my question,
i want to maintain user log, So when user click on login or logout, i done my code over there for add log detail. but when user don't click on logout and kills app through the multitasking kill, then i can't execute logout related code. so how can i get that? and my app is background enable...