-
-
Notifications
You must be signed in to change notification settings - Fork 362
Missing image metadata(EXIF, TIFF, GPS ) when trying to pick multiple photos on IOS #747
Comments
@jamesmontemagno |
This is happening with iOS13.2 for us |
@jamesmontemagno and @clintonrocksmith -> @jamesmontemagno I have found the solution for this. I have provided part of my test program where I have used CiContext
@jamesmontemagno If you can fix the metadata issue for iOS 13.2 using above method or any better method, that will be good. Maybe try using ciContext for saving metadata copied from the original photos. CiContext has capability to save all types of image formats. We really need iOS 13.2 images alongwith MetaData. Can you fix meta data for me? This is effecting my clients.`` |
Same thing happening with iOS 13.2 in our app. No EXIF data saved. |
Similar problem here with iOS 13.2 and plugin version 4.0.1.5 |
@ManbirSinghRakhra you're a lifesaver, your code fixes this issue |
@ManbirSinghRakhra and @MatthewKapteyn I owe you both some $$$ for the bounty can you email me? |
Metadata is missing when trying to pick multiple photos on IOS. For multiple photos I saw that you are using GetPictureMediaFile from ELCImagePickerViewController but GetPictureMediaFile doesn't import MetaData from the original photo
The text was updated successfully, but these errors were encountered: