Closed MatyasK closed 2 years ago
Are you observing the plugin logs in $ adb logcat *:S TSLocationManager
.
yeah I figured it out, it was my bad
Also see the plugin api docs for Config.transistorAuthorizationToken
. It allows you to configure custom host with optional 3rd param (ie: http://192.168.1.125:9000
)
so I have the console running on my desktop, on localhost:9000 I have set my Flutter up according to the docs but it doesn't send any request to the console.
it feels like I missing step somewhere, but I can't find it. I start the tracking with button press and calling bg.BackgroundGeolocation.start();.