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] Facing issue with Camera in Xamarin iOS 13 #1979

Closed AbhayChavan2019 closed 2 years ago

AbhayChavan2019 commented 2 years ago

await MediaPicker.CapturePhotoAsync();

This method throws an exception like the Specified method is not supported.

So unable to launch camera due to this problem.

TDSiMgr commented 2 years ago

How did you resolve this?