I am trying and making an app using Plugin.Media to access the camera and video feature in visual studio 2019.
When I use the plugin for access camera CrossMedia.Current.IsPickPhotoSupported it gives the following error
Unhandled Exception:
Plugin.Media.Abstractions.MediaPermissionException: Storage permission(s) are required. occurred
when I am trying to using install plugin.currentactivity it gives an error to fix above issue following error generates:
Severity Code Description Project File Line Suppression State
Error NU1202 Package Plugin.CurrentActivity 2.1.0.4 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package Plugin.CurrentActivity 2.1.0.4 supports: monoandroid44 (MonoAndroid,Version=v4.4)
someone can help with this issue?