Hello,
I need to create Android service that will send location data to our web service. Service should work even if Android app is closed.
I try to use Foreground Service, but it stops, when I close main app.
Can anybody advise a solution for such functionality?
Thanks.