I develop an application using WatchKit 2. I have to transfer a image from iOS device to watch. I sent the image url. This is my code on watch extension side that i used to set image on my WKInterfaceImage: NSError *error = nil; NSData * dataq = [NSData dataWithContentsOfURL:[NSURL URLWithString:"url string"] options:NSDataReadingMappedAlways error:&error]; UIImage […]
The post WatchKit not download picture appeared first on BlogoSfera.