Is it possible to retrieve image metadata without requesting additional permission with the new SwiftUI PhotosPicker?
I can access metadata when using
picker( _ picker: PHPickerViewController, didFinishPicking results: [PHPickerResult])
by using itemProvider. But for PhotosPicker, it seems that it's only possible by firstly retrieving PHAsset from PhotosPickerItem, and then by using requestContentEditingInput. Which require authorization for specific photo
Selecting any option will automatically load the page