I've been trying to setup AppIntents
and respective AppShortcuts
on my WatchOS target, but they don't show up in the Watch's Shortcuts app.
Using the same setup, it works just fine on the iOS companion. Documentation says AppIntents
works with WatchOS, so surely I must have overlooked something? Unfortunately I couldn't find anything relating to the topic online...
EDIT: Running the same build on hardware (iPhone SE: iOS 16.4 + Watch SE: WatchOS 9.4), the shortcuts don't even show up in iOS, while they do in the simulator?!
Now, I could implement the functionality on the companion app and relay the resulting state, but I'd prefer to do it on Watch (trying to avoid some unnecessary extra work). So, any help would be much appreciated. Thanks!