To get the NSData view of your PNG image, use
NSData *dataForPNGFile = UIImagePNGRepresentation(yourImage);
Similarly, a JPEG view can be obtained using
NSData *dataForJPEGFile = UIImageJPEGRepresentation(yourImage, 0.9f);
, NSData, Documents, writeToFile: atomically:, , URL ( ). Base64 NSData, . - JavaScript Base64.