I wants to send number of images(300 aprox) from iPhone to watch.and downloads all images and compress it,then i convert all images to nsdata then send towards watch using a dictionary.but i am getting too much time. please suggest me for good way for send multiple images from iPhone to watch.
I am using "session transferUserInfo:arrDictImg" method for send images data.