How to export image with the right EXIF data in iOS15

iOS 15 has new function to manually adjust capture location, time and date.

The question is I used requestImageDataAndOrientation(for:options:resultHandler:) to request image,  but the EXIF data is still unadjusted.

Is there anyway to request image with the adjusted EXIF data ?

How to export image with the right EXIF data in iOS15
 
 
Q