I guess that many would be interested as it will have (some) positive impact on battery life. And it seems to be very trivial to implement.It is not possible to make the background completely black. I may add it if enough people request it though.
I keep track of the requests myself.I guess that many would be interested as it will have (some) positive impact on battery life. And it seems to be very trivial to implement.
Is there any place to vote for feature requests or how do you measure the given feature demand?
The app does not yet support the water temperature sensor but I don't think that is available in the series 7 or 8. Do you mean the weather temperature?Are the watch temperature sensors supported nowadays? Or maybe it is in the roadmap.
I'm about to purchase a second hand Apple Watch; trying to decide between a Series 7 and Series 8.
The Series 8 cost a little more but temperature support would be nice for running, especially if it can be recorded in the FIT file for later analysis.
I'm excited to become a WorkOutDoors user soon!
The app does not yet support the water temperature sensor but I don't think that is available in the series 7 or 8. Do you mean the weather temperature?
I may add weather information in the future but only if I can find somewhere that provides the data for free (which I can't at the moment).
I hope you enjoy your Apple Watch when you get it!
Thanks for that. I think someone else mentioned that site last year, so it is on my list of services to investigate when I do look into adding weather.Hi cfc. Regarding weather information it might be worth looking at met.no - if you haven't already. I know that's what Home Assistant (open source home automation platform) uses for their dashboards and it seems to be quite reliable. The weather data is global, not just for Norway.
From https://api.met.no/
"The MET Weather API is an interface to a selection of data produced by MET Norway. The data are freely available for use under a Creative Commons license, including commercial use."
wow, an ability to import a structured workout would be the last thing I need to switch from native app to WO completely. For now I use Watchletic as an intermediary app (ex. from intervals.icu) and direct import (ex. from Runna).interval schedule improvements (import/export)
Hi! Thanks for replying so quickly 🙏The app does not yet support the water temperature sensor but I don't think that is available in the series 7 or 8. Do you mean the weather temperature?
wristTemperature
A sensor that provides wrist temperature while the user sleeps.
You need to provide a reason to record wrist temperatures by adding the SRSensorUsageWristTemperature dictionary to the NSSensorKitUsageDetail key in the information property list.
Thank you ❤️ I eventually got a good deal on a Series 7 in very good condition and the first thing I did was to buy/install WorkOutDoors on it, the whole reason why I got itI hope you enjoy your Apple Watch when you get it!
As you say I don't think that skin temperature is available during a workout.Hi! Thanks for replying so quickly 🙏
I referred to the skin temperature sensor, the main Series 8 addition.
It's wristTemperature in SensorKit - SRSensor
https://developer.apple.com/documentation/sensorkit/srsensor/wristtemperature
Maybe it's only active during sleep (for health and ovulation cycle tracking) and not activities tho.
Thank you ❤️ I eventually got a good deal on a Series 7 in very good condition and the first thing I did was to buy/install WorkOutDoors on it, the whole reason why I got it
I'm super impressed by how reactive and readable the map is, and how readable it remains in Always On mode.
I'm gonna enjoy that for trail running in new places. For now I've been coping with breadcrumb navigation on a Garmin FR645M, missing so many turns due to its limitations: it's a fantastic upgrade.
The watch died at 3% battery at the end of the first activity I recorded and WorkOutDoors lost 1/4 of the data recorded in the middle. I'll be extra careful with battery levels knowing it can lead to data loss.
Hopefully that can be improved with a more robust way to record data in WorkOutDoors.
I often hear about that error message from watchOS, but I have never heard of it repeating over and over. However there are two possible reasons for it being spoken once, so one of them is probably the cause for you:Error [unintelligible] - Unable to end workout that is not currently active.
On my last few runs I end the workout as usual but when I'm about to press "Yes" on the confirmation screen, the above phrase starts repeating over and over again. Pressing the Digital Crown stops it and the workout is saved.
Confirm End Workout is enabled.
This doesn't happen on cycling workouts.
What am I doing wrong here?
I can't think how a phantom tap would cause that but it wouldn't surprise me if it could.I don't run any other workout app. I checked the privacy settings. All were enabled except for a few workouts that I'd never do. (Not much cross country skiing in Thailand). Now I've enabled everything.
As we've discussed in the past, my watch (original Ultra) seems to have some ghost/phantom taps problems. Could a phantom tap caused this to happen?
And, yeah, it repeated over and over again. I wonder if this could have been due to a long phantom tap? As if a finger were doing a long press on the confirmation screen?
I released a version to the App Store yesterday that in theory should handle the Ultra 3 screen size. I have tested the changes on the Ultra 3 simulator that Apple provided last week and it seems ok. However I will probably find that it needs some tweaking when I get my hands on an actual device.Hello,
I wanted to thank you again for your amazing app. Your app is the only reason I go back to an Apple Watch from Garmin. I just wanted to see if there was a timeframe for Apple Watch Ultra 3 screen size support given it is a little bigger. Super excited to return to the Apple Watch Ultra 3 from Garmin and your app will of course be the authority for all my outdoor trail runs etc. Thanks so much.
Yes that is one of the things I have fixed in the code and which will be in the version released after the Ultra 3 has been out for a while (to allow time to hear about any other watchOS/iOS 26 and Ultra 3 issues with the app).Hi!
I'm playing around with the latest available version: 6.1.12 adding iOS / WatchOS compatibility
On an iPhone SE 3rd gen, I found a couple screens where the tab bar at the bottom prevent using some controls or reading the text.
View attachment 2550601
View attachment 2550602
<wpt lat="59.232101" lon="17.99095">
<time>2025-09-18T00:28:13Z</time>
<name>Turn left</name>
<cmt>Turn left</cmt>
<desc>Turn left</desc>
<sym>Left</sym>
<type>Waypoint</type>
</wpt>
Hey @cfc, I'm currently looking into generating turn by turn directions for GPX files with GraphHopper or equivalents.
I tried a few things in order to understand what WorkOutDoors accepts as input for navigation, and was successful with generating an accepted GPX using the free version of plotaroute after a few other unsuccessful attempts.
I'm noticing that the navigation items are simple waypoints, formatted as such:
XML:<wpt lat="59.232101" lon="17.99095"> <time>2025-09-18T00:28:13Z</time> <name>Turn left</name> <cmt>Turn left</cmt> <desc>Turn left</desc> <sym>Left</sym> <type>Waypoint</type> </wpt>
Does WorkOutDoors recognize these waypoints as turn by turn directions by the symbol specified within <sym></sym>? In my sample I see Left, Right, Left_slight, Right_slight, Right_sharp
Yeah exactly, I'm typically creating routes via Strava & Komoot, neither of which include turn-by-turn navigation cues in their GPX.Is this for automatically adding TBT directions to a route, similar to the built-in "detect bends" ?
I'm evaluating options at the moment to add turn notifications automatically based on map data.ie - just checking you do know you can manually add them in Plotaroute?
It's GraphHopper not GrassHopper 😂And with a free GrassHopper tier, this purpose buit solution would cost $0/month instead of
- $24/year for Footpath
- $27/year for Plotaroute
- $80/year for RideWithGPS - it's a great service but would be crazy pricing for adding navigation cues to existing GPX