I'm having a problem with a few users that their gps tracking app stops updating their position, and keeps sending old position to our backend.
The implementation was based on FusedLocation tutorials, and it works. It is just that, with a few people, it suddenly stops working.
Not sure if it's related, but what happens if I try to get a position while the last try is still trying to get (with the gps icon still blinking)?
The only hint I know is that when I disconnect and connect again to the GoogleApiClient, the gps works fine again. Does anyone also know anything that might be causing it?
I'm using Play Services: 7.5.0
Edit: The interval between each gps request is 30 seconds.