In my project, I want to track user location. For that i want to update user current location based on location accuracy(for High-> 15 min and Low -> 1 hour). When application run or in background than I can update location but after kill application from background, can't update location. I used timer to call it but after kill app(from background), it's not work.
So now what i do to update location based on location accuracy if user not run app in background also.
Please give any suggestion.