HKHealthStore::startWatchApp not passing location in iOS 14/watchOS 7

I'm have an iPhone app that starts the watch app using HKHealthStore::startWatchApp. If I pass a locationType of outdoor, the watch app WKExtensionDelegate method gets passed unknown. This cause distance not to be tracked by my watch app.

With iOS14/watchOS 6 things continue to work as expected. Is this a known bug that's already fixes in the betas?

Replies

Indeed, HKWorkoutConfiguration doesn't work on WatchOS 7.

Yup having the same issue except no matter what the workout its comes back as HKWorkoutActivityTypeOther
I'm encountering the same bug sadly
I'm seeing similar issues... has anyone found a workaround?