GMImagePicker.Xamarin icon indicating copy to clipboard operation
GMImagePicker.Xamarin copied to clipboard

EXIF data missing in iOS13.2

Open vksuman opened this issue 4 years ago • 3 comments

After importing photos EXIF data is missing from the photos. This is one of the important requirement of the app. Could you please advice?

vksuman avatar Nov 13 '19 10:11 vksuman

Hi any updates on it?

rshah1803 avatar Nov 28 '19 11:11 rshah1803

@roycornelissen Can you please fix this as I am not able pull EXIF data (GPS data mainly). This issue started with upgrade of IOS 13.2 version. Similar issue was occurring with media plugin library but hey have fixed it. For reference please check the link https://github.com/jamesmontemagno/MediaPlugin/issues/760

Thanks

rshah1803 avatar Dec 12 '19 09:12 rshah1803

Hi @rshah1803 -- I'm catching up on my backlog, sorry for my late response...

I'm not sure what to do about this in the picker. After the selection has finished, it gives you full access to the PHAsset items, which expose the underlying photos on the device. The app is responsible for converting that to UIImage and/or handle it they way it seems fit. The picker should not restrict you in accessing the EXIF data of those files.

Are you still having this issue?

roycornelissen avatar Sep 23 '20 05:09 roycornelissen