So this feels prefer it needs to be a typical query right here on StackOverflow and Apple’s dev boards, however all of the query/solutions I’ve discovered date from lengthy earlier than 2024. The TLDR model of this query is: Methods to get my iOS app to set off a notification that seems ONLY on the watch.
Whereas a daily vanilla native notification may seem on both the telephone or the watch (relying on every gadgets locked state), my use case must all the time alert the watch (as this specific app is utilized by deaf of us that might not be presently their unlocked telephone)
I might be thrilled if this have been as simple as merely establishing some UNNotification
on the iOS app the place I can goal it to get displayed on any watch the telephone is paired with.
In line with this older reply, I’d be capable to do what I would like by way of a WatchKit Extension. Anybody have any tips to the fashionable resolution?