In one of app I'm developing,I am retrieving EXIF data from images.I want to get GPS coordinate of images on iOS device.As I get GPS coordinate of an image taken by UIImagePickerControllerSourceTypeCamera.But when I try to select images from gallery which are taken by camera roll it doesn't gives me GPS coordinate.
Thanks