just need to access the location updates when app is killed by user
Get Location Update when app is killed
You can't. When the user explicitly kills an app, the OS shuts down the various background features it was using: fetch, URL sessions, location, etc. The app is very much dead until the next time the user explicitly launches it.