Hello,
Welcome to our Microsoft Q&A platform!
I'm not clear about how your app does it. If you want to track gps location in the background, in iOS, you need to add key “NSLocationAlwaysUsageDescription” in infor.plist and choose “Location updates” in Background Modes . After android8, there are some behavior changes. You can register a Forground Service and use Notifications to let the location run in the background .
For more information , you can refer :
https://learn.microsoft.com/en-us/xamarin/ios/app-fundamentals/backgrounding/ios-backgrounding-walkthroughs/location-walkthrough
https://learn.microsoft.com/en-us/xamarin/android/platform/maps-and-location/location
https://learn.microsoft.com/en-us/xamarin/android/app-fundamentals/services/foreground-services
Best Regards,
Wenyan Zhang
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.