Skip to content

Commit f76c1b0

Browse files
authored
Add camera usage description
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.
1 parent 6fafa67 commit f76c1b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
<true/>
2323
<key>NSMicrophoneUsageDescription</key>
2424
<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>
2527
<key>UIApplicationSceneManifest</key>
2628
<dict>
2729
<key>UIApplicationSupportsMultipleScenes</key>

0 commit comments

Comments
 (0)