@Anthony-Guillemette said in Live location S+ app:
SMS is still not working : “SOS message failed”
i see an error, looks like missed implementation for pre-android12 telphony. I’ll publish new version today.
@Anthony-Guillemette said in Live location S+ app:
Linking the Suunto account doesn’t work (error 400: invalid redirect_uri)
Oh! thanx for pointing out! Just checked suunto api profile, and they clear all api integration data!!! 🤯 ridiculous! won’t be difficult to restore but…
@Anthony-Guillemette said in Live location S+ app:
Another problem I encounter: when LiveTracking SuuntoPlus app is enabled by default on the training mode, I have to disable and then re-enable it, otherwise the watch is not detected by the application (“device search”).
It’s not a bug but feature! you don’t need to re-connect it each time, just take a 5-15 sec to connect.
TLDR;
“Looking for watch…” - it’s a “cold start” during this time watch allocate memory and register all btle services.
after that you could see “waiting S+ application…” at this stage s+ app is connected and waiting for handshake between mobile app and s+ app… but connection already happend!
after that you could see the green text with a S+ app version.
splitting connection on these three steps allows us immediatelly reconect to watch if service on phone has dropped or connection lost for some time, watch still registered on the gatt services, and we can try to restore it when connection back.
you could check how it works, connect to the watch, than during workout disable service for a few second and enable it back, the watch should instantly reconnect.
because every time on android we start from the fsecond phase, and if watch are registred in our GATT table, we fire handshake event imediatelly, if it pass we ready to work in miliseconds.
if we just start a workout watch initially is unsubscribed from our gatt services, so in fact of this we need to proceed through the cold start.
however, i agree it could look like a bug, but it should be solved in UX way… i’ll think about it…