SkyLabs-Innovation-Group / SkyDrop

An app which makes Skynet's decentralised storage cloud accessible for all mobile users.
MIT License
12 stars 3 forks source link

Permissions crash on iOS when clicking "select video" #70

Closed tomShoutTheSecond closed 2 years ago

tomShoutTheSecond commented 3 years ago

On iPhone 12 Mini Simulator

tomShoutTheSecond commented 3 years ago

MediaPicker.PickVideoAsync needs permission 'NSMicrophoneUsageDescription' which is a Xamarin.Essentials bug. The bug is being worked on currently:

https://github.com/xamarin/Essentials/issues/1733

@wellhat I can fix the crash by adding microphone permission but it looks a bit dodgy to the user as we don't actually use the mic at all. Should I push that fix or should we wait for the Xamarin.Essentials fix?

tomShoutTheSecond commented 3 years ago

Added microphone permission for now, and logged a new issue to remind us to remove it later