android / location-samples

Multiple samples showing the best practices in location APIs on Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OS 13 - Not fetching location in background - Location Updates from Background

rakeshabaqus opened this issue · comments

When App is in background on OS 13 , the location provider does not returns any location

In the Application, background condition location is not received in the case of foreground service. Foreground Service is running but location updates are not fetched in the background.

i have this problem as well, is there a solution?