You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
i use MediaPicker.PickVideoAsync. in the documentation is written to activate the permission 'NSMicrophoneUsageDescription'. if the permission ist activ it works very well. during the certification-process on apple the app wil be rejected, please see the note from apple:
During review, we were prompted to provide consent to use the microphone. However, we were not able to locate any features in your app that use the microphone for audio recording.
Next Steps
The microphone consent request is generated by the use of either AVAudioSessionCategoryRecord or AVAudioSessionCategoryPlayAndRecord audio categories. If you do not intend to record audio with your app, please choose the AVAudioSession session category that fits your app's needs or modify your app to include audio-recording features.
If these features are located in your app, please reply to this message in Resolution Center to provide information on how to locate them._
Expected Behavior
the method MediaPicker.PickVideoAsync is usable without the permission 'NSMicrophoneUsageDescription'
Basic Information
in my opinion only the method MediaPicker.CaptureVideoAsync needs the permission 'NSMicrophoneUsageDescription'