Can I pass a token to the Traccar Manager iOS app for automatic login?

LocoGPSa month ago

On a browser, I can use a link like https://server.de/?token=x, and the user is logged in automatically. However, on iOS, I am using a custom URL scheme like server://?token=x (where server:// is the app's URL scheme) to open the native Traccar Manager app.

The app opens successfully, but it only displays the login screen instead of logging the user in.

Is there a way to pass the token to the iOS app and have it log in the user automatically?

If this isn’t currently supported, are there any workarounds or best practices to achieve this?

Anton Tananaeva month ago

I don't think Traccar Manager supports a custom URL schema like this.

LocoGPSa month ago

ok thats unfortunate, but thank you