I want to trigger few events to my watch extension app from the iOS app but I'm getting the error saying WCSession is not reachable. All my events are time-sensitive, So I can't wait for the user to turn on the watch display to trigger the events.
Is there any way where I can achieve this using local notification?
Is it possible to trigger watchOS launch, so that WCSession becomes reachable without user action?