Live tracking using GPS Location while app is in background too

In my application I need to send user current location coordinates to backend server even the app is in background. I tried using background fetch, but app stops updating after 10 mins. Is there any option to keep my app active in background or any alternate solution for my requirement.