Hallo everyone! I'm working on a WatchOS app uploading files to servers using URLSession. It works fine when the paired phone is there. However, if the paired iphone is not reachable (e.g. switch-off, out-of-reach, etc.), AND the watch is connected to Wifi, the URLSession fails to post messages, and times out.
According to Apple documentation, WatchOS Wifi should work stand-alone.
"Connecting to a known network. If the watch cannot connect to a paired iPhone, but it can connect to a known WiFi network (a network that the user has previously logged into with their phone), then the request is sent using the WiFi network. When connected to a known network, the control center shows the WiFi network in the upper left corner."
I am struggling with this. Does anyone have successful experience, using URLSession and making WatchOS Wifi only connections in the App?
Thanks a lot in advance!
Zhaorui