True. Really massive features and high quality. Worth every cent.HealthFit, is one of the best iOS app for sport/health follow up.
What can you do with rungap which is not available in healthfit ?
Support for Garmin Connect is the only reason I use RunGap.What can you do with rungap which is not available in healthfit ?
You are right, as I see no point to send my data to garmin, I don’t miss this featureSupport for Garmin Connect is the only reason I use RunGap.
I do all my runs with the Training app (and WatchFit for scheduling) and am happy with what it does, but now I got a .gpx for a trail race I'm doing next year and since it's right outside my door I'm curious to preview the trail.
So what would be your recommendation for an app to following a GPX route using only a (cellular) watch, if I'm only going to be doing it once or twice?
You can also try my app: YouRace ...I do all my runs with the Training app (and WatchFit for scheduling) and am happy with what it does, but now I got a .gpx for a trail race I'm doing next year and since it's right outside my door I'm curious to preview the trail.
So what would be your recommendation for an app to following a GPX route using only a (cellular) watch, if I'm only going to be doing it once or twice?
Pro is required for that, right? Is that a one-time fee?You can also try my app: YouRace ...
It uses native Apple Maps and displays any imported GPX with off road alerts.
If the app runs out of memory or eats too much cpu, route collection can be interrupted.
This could well be.I think it’s not a sync issue.
The gps route is saved in batches, all the data written in health kit is synced, if it’s not synced, it’s 99% because it’s not saved during workout or because the route saving has crashed when finishing the workout.
In my app, to avoid (quite frequent) crashes when saving I record all data in core data so it can be restored
I have never seen something I can analyse…This could well be.
As you are a coder: is such a crash in the logs of the Watch? Any hint what to search for?
I have downloaded the syslog of that day to my Mac and browsed through tons of data. Filtered, tried string queries. Not possible if one does not know what to search for. ;-(I have never seen something I can analyse…
Syslog are sometimes very opaque.
Apple is probably able to see something, but I am pretty sure they are aware of this problem. It’s something I periodically see for years.
It doesn’t depend on the app as we all use the same APIs (HKWorkoutRouteBulder: https://developer.apple.com/documentation/healthkit/hkworkoutroutebuilder)
This builder runs besides HKLiveWorkoutBuilder which collects all the other workout data (distance, time, speed, cadence, heart rate, power …)
That’s two distinct data collections, and at the end we attach the route to the workout, and it’s again two separate queries to get this data from healthkit
Was it on a track? I have a weekly custom run on track with different sets - warm up is always running the 3,5K to the track and it then says "Looks like you are on a track - Select lane" and I do and press action to start first interval. One day I was low on time and needed to skip the last couple of splits by pressing my action button a couple of times before getting to the cool down section. When I got home all data, like yours, was perfect except for the map data. It didn't show the GPS section to and from the track but only the track data - a bit weird. Only happened once though and run at least once a week over there.Pulling up this thread again.
Had a weird bug lately where I did a custom workout and afterwards the GPS track was missing right after I started the intervals, exactly where I pressed the action button to leave warmup. All other data (heart rate, power, cadence) is there and the overall distance is correct. So GPS should have been active all over the workout, don't think pedometer could produce these exact values.
Found some occurrences in Apple support communities and on Reddit but problem seems rare.
Reported it to Apple.
Anyone else had this glitch too so maybe we could nail down similarities?