jamesmontemagno / Xamarin.Plugins

Cross-platform Native API Access from Shared Code!
MIT License
1.3k stars 380 forks source link

Plans/ideas to make geolocator a sticky service on Android? #257

Closed kgerken closed 8 years ago

kgerken commented 8 years ago

This is a

Which plugin does this impact:

I was wondering if there were any plans to offer the possibility to make the geolocator a sticky service on Android (resulting e.g. in the service being restarted after a device reboot). If otherwise someone has an idea of how to achieve this behavior with the current plugin, I'd be happy to hear about it, too.

jamesmontemagno commented 8 years ago

I have thought about this, usually you want to customize and have control of how that works. I think an example is a way to do it to show everyone how to use it. However, the documentation on services is really good and has this exact example.

kgerken commented 8 years ago

Thanks, I'll look into that.