#Background geoloc pinging

5 messages · Page 1 of 1 (latest)

knotty hornet
#

Is it possible for tauri v2 to run a background service on android that keeps track of the user location and sends it to a backend server ?

viral patrol
#

It is possible, but would require some Kotlin/Java code. With current status, tauri doesn't provide a way to start a background service.

I started working on a plugin that allows this, but it will take some time until ready too. I don't remember seeing any other project trying that, tbh. So not sure if possible to finish the project in a way that serves any kind of project though.

knotty hornet
#

Do you already have working code for it ? Any github repo to guide me ?

#

I never touched anything related to kotlin neither do I have much experience with tauri 2

viral patrol
#

Unfortunately, nothing really useful yet... Just some LLM generated boilerplate to guide me on the research.. but had to stop working on this 😕