xamarin / Essentials

Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
https://aka.ms/xamarin-upgrade
Other
1.52k stars 505 forks source link

[Bug] [iOS] Exif and other metadata is missing when capturing photos with MediaPicker #1638

Closed IngweLand closed 2 years ago

IngweLand commented 3 years ago

Description

There is no EXIF and some other metadata included into file when capturing photos with MediaPicker

Steps to Reproduce

  1. Capture photo
  2. Check metadata

Expected Behavior

Metadata should be present

Actual Behavior

Metadata is absent

Basic Information

jfversluis commented 2 years ago

Thanks for the report! More on this and the background can be found in this issue #1514

TL;DR We won't be able to add this to Xamarin.Essentials anymore, you can either use the MediaGallery plugin or consider voting for adding it to the .NET MAUI Community Toolkit for the time being. Thanks!