I am facing a very strange problem here. When i click an image in portrait mode and upload it and then again fetch it it is displayed rotated 90 degrees counter clock wise. But
TRy using this one:
NSData *profileData = UIImageJPEGRepresentation(self.profileImgView.image, 1.0);
instead of:
NSData *profileData = UIImagePNGRepresentation(profileImgView.image);
Hope it works. :)