Extend Qt 6 app with Apple watch functionality
-
Hi,
I want to extend an existing iOS Qt app with Apple Watch support, so that information from the iOS app is shown on the Watch. The communication between the app and the watch is straight forward using helper classes (see https://developer.apple.com/documentation/watchconnectivity/implementing_two-way_communication_using_watch_connectivity?language=objc). What concerns me more is that we need a WatchKit app with a WatchKit extension.
Has anyone done this?
Regards,