Good morning everyone.
I am having a problem with iOS devices when it comes to retrieving metadata from a photo (JPEG or HEIC).
Indeed we have a widget on which we have an input type=image/* field that allows us either to upload a photo from the gallery or take a live shot to add the photo and thus extract the EXIF metadata (DateTimeOriginal, GPSLatitude and GPSLongitude).
In the case where the user uploads the photo from his gallery, we manage to extract all this metadata but when the user takes a live shot, none of this metadata is present in the photo. On android, we do not encounter this problem.
Can you dear community give me a solution to this problem? We have no solution to this blockage.
I also saw on the forum a user who is facing the same problem: https://developer.apple.com/forums/thread/698573
Thank you all for your participation.