I\'m developing an app using Xamarin, and I need a background service that gets the user\'s GPS location at recurring intervals (say, every 15 minutes).
This project
I created a Foreground Service, thanks to @SushiHangover. It works very well now.