How receive data background if app not Running?
Hell, I need recive data from iPhone to my app in Apple Watch background if apple Watch app not running.
in extension Delegate I use these func
session(_ session: WCSession, didReceiveMessage message: [String : Any])
and
session(_ session: WCSession, didReceiveMessageData messageData: Data, replyHandler: @escaping (Data) -> Void)
if app on Apple Watch data not received.