HealthKit – What is the difference between distanceWalkingRunning and total steps?
I’ve been looking for a clear answer on this, so I’m hoping some can help me understand a few things.
Swift HealthKit – How do I create a query to fetch the monthly distance traveled by sport for a given year? Is it even possible?
My goal right now is to design a query that will fetch distances for each sport I have in my requests set by month and return an object with the organized data. I’m blocked on how to set it up in a way where it loops ever each sport to do a request. If that’s even possible in this case.