0

I'm using the new watchOS 9 HKWorkoutActivity in my interval training app (Intervals Pro) for each interval. It's a great addition since all the intervals now show in the Apple Fitness app, however, if the workout has lots of activities then saving the workout is painfully slow. For example, on my Apple Watch Ultra I saved a workout with 63 activities and it took more than 1 minute. Here's a code snippet:

        try await builder.endCollection(at: workoutEndDate)
        try await builder.addMetadata(metadata)
        try await builder.finishWorkout() // This is SLOW

Is anyone else having the same issue?

jeffbailey
  • 137
  • 6

0 Answers0