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
QTMultimedia seems to require camera access permissions even though we do not request this. As it's in the code, AppStore connect requests a description. It is safe to NOT allow access.
Copy file name to clipboardExpand all lines: ios/Info.plist
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@
22
22
<true/>
23
23
<key>NSMicrophoneUsageDescription</key>
24
24
<string>We need access to your microphone to let others hear you.</string>
25
+
<key>NSCameraUsageDescription</key>
26
+
<string>The accessibility feature module we use requests camera access, even though it is not used. You do not need to allow access to your camera and can safely decline.</string>
0 commit comments