This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 360
Camera permission error Android 13 api 33 #955
Comments
Same issue even if I asked for READ_MEDIA_IMAGES permission. I have not found any workaround. |
Same here. Works as expected for api 32 |
This issue is fixed in 6.0.1-beta. |
HI James, thanks for your work and the information. When will version 6.0.1 be released. |
6.0.1 is available as pre-release package on NuGet: https://www.nuget.org/packages/Xam.Plugin.Media/6.0.1-beta |
When will version 6.0.1 be released ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When opening the camera with Android 13 api 33, the following error is displayed: Camera permission(s) are required.
at Plugin.Media.MediaImplementation.TakePhotoAsync (Plugin.Media.Abstractions.StoreCameraMediaOptions options, System.Threading.CancellationToken token)
The permissions that are assigned are:
The code to test is the following:
public async Task Evento_tomar_foto()
{
string basef1 = "";
try
{
await CrossMedia.Current.Initialize();
The text was updated successfully, but these errors were encountered: