android_guides
android_guides copied to clipboard
Can't get the location update even after the requesting for new one
Hello
I have an app and I need the location update in my app after every five minutes of interval. and I switched recently from LocationManager to FusedLocation API, so the app can continue to get location updates while in the background with foreground service. but on some point of time, the application will not update the current location and sends me the last location latlong, which is wrong and sends the same latlong till one hour.
As after one hour, we started moving it will start pushing newer locations which are right.
So my query is "Is there something happen so that we are not getting the new location if we are not moving."?