I converted an image to data in iphone using
NSData *imageData = UIImagePNGRepresentation(your_image_here);
After that i transferred it to another iphone using bluetooth. Now i need to convert the data back to image. Can any one tell me how to do it.