ImagePicker launchCameraAsync not including EXIF?

I am trying to retrieve an image with EXIF data using the launchCameraAsync API.

Everything is working as expected, I can take the photo and receive an EXIF object in the result containing all the data I would expect from the image.

However, if I then save the image to the file system and open it (or share it to the photos app) there is no EXIF data attached to the image.

Is the EXIF data passed from launchCameraAsync actually encoded in the image?

Thanks

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.