TEAM LICENSES: Save money and learn new skills through a Hacking with Swift+ team license >>

Building a multidevice workout app

Forums > watchOS

Hi

I'm trying to run the multidevice workout app, presented in WWDC23.

https://developer.apple.com/documentation/healthkit/workouts_and_activity_rings/building_a_multidevice_workout_app

There seems to be an error in following function of the workoutManager:

func sendData(_ data: Data) async {
        do {
            // try await session?.sendData(toRemoteWorkoutSession: data) // original line
            try await session?.sendToRemoteWorkoutSession(data: data)
        } catch {
            Logger.shared.log("Failed to send data: \(error)")
        }
    }

session?.sendData(..)seems to be non-existing. does anyone has a clue to solve this? sendToRemoteWorkoutSession doesn't seem to work neither.

Love this new feature!

Cheers

3      

Are you on Xcode 15?

4      

Yes

Xcode: Version 15.0 beta 5 (15A5209g)

iOS 17.0

watchOS 10.0

3      

Hacking with Swift is sponsored by String Catalog.

SPONSORED Get accurate app localizations in minutes using AI. Choose your languages & receive translations for 40+ markets!

Localize My App

Sponsor Hacking with Swift and reach the world's largest Swift community!

Reply to this topic…

You need to create an account or log in to reply.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.