Using the WCSession sendMessage API, a chat extension can wake an iOS application in the background when session.reachable is true. You cannot wake up the iOS app in the foreground from the watch extension, but you can get the iOS app to start tracking location, play background sound, etc.
source
share