I'm trying to find a way to have a simple button on the iOS app to make the apple watch vibrate. Is this possible using SwiftUI? I've seen the WatchConnectivity documentation, but I need access to the WKInterfaceDevice
API to make the Apple watch vibrate. I'm barely learning app development; unfortunately, things like this aren't well-documented.
Thank you!