shernandezp / XamarinForms.LocationService

MAUI Background Services, Background Location Updates, Location Updates, BroadCastReceiver
https://github.com/shernandezp
Apache License 2.0
71 stars 25 forks source link

Does the app still track location when moving to background? #10

Closed bradleybarbier closed 2 years ago

bradleybarbier commented 3 years ago

Hi, thanks for the great sample!

I ran the app to test if you still get updates when the app moves to the background on Android. I put breakpoints to test, and it seems it does not update in the background.

I noticed the service is started as a foreground service, so it should theoretically work. Is this a known limitation, or can something be modified to enable background updates?

Thanks again!

shernandezp commented 2 years ago

Hi @bradleybarbier , You can refer to the other thread in which people explain their results and findings on this issue.