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?
I don't think Traccar Manager supports a custom URL schema like this.
ok thats unfortunate, but thank you
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 likeserver://?token=x
(whereserver://
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?