I am using DKImagePickerController
and i want to upload image to server with exif
data. But this picker removes exif
data from image.
if let originalAsset = asset.originalAsset {
let location = originalAsset.location
debugPrint("lat:\(location?.coordinate.latitude),lng:\(location?.coordinate.longitude)")
let createTime = originalAsset.creationDate
}