.NET MAUI 10: MediaPicker.PickPhotosAsync Fails to Return Location EXIF Data on Android #33791
Replies: 1 comment
-
|
I am closing / moving this to a bug report: #33827 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In .NET MAUI 10 (e.g.,
MauiVersion=10.0.0),MediaPicker.PickPhotosAsyncappears to redact or corrupt location metadata on Android devices. In .NET MAUI 9 (e.g.,MauiVersion=9.0.120),MediaPicker.PickPhotoAsyncis able to read location metadata normally.Github Repo:
Platform:
Steps to reproduce
binandobjfolders of the MauiEXIFApp project.MauiEXIFApp.csproj.<MauiVersion>to either 9.0.120 (working) or 10.0.0 (not working).NaN.Troubleshooting
ACCESS_MEDIA_LOCATION,READ_EXTERNAL_STORAGEandREAD_MEDIA_IMAGESin theAndroidManifest.xml.ACCESS_MEDIA_LOCATIONpermission before launchingMediaPicker.Beta Was this translation helpful? Give feedback.
All reactions