Glance isReachable

I try to load a image for my glance interface from iPhone via WatchConnectivity sendMessage and get a reply message. but the isReachable property of WCSession is false , so I can't send the message.

It's the isReachable property always false on Glance ? what else can I do to load a image, I can use the application context bu I think the image would be too large for the payload.

Reachability from glances is likely to receive some tweaks/fixes in the near future. That said, if the image is too large for the appContext then it is going to be too large for the sendMessage too. Does this image change often? Perhaps you could use the transferFile API to send it?

I'm doing a Music App and I wish to show a album image in glance interface , yes it would change often. so I would like to not using the transferFile API. Could you give me some suggestion about the best way to transfer a album image? struggling in this right now.

Glance isReachable
 
 
Q