We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
NSMicrophoneUsageDescription
1 parent 21a7372 commit b63bc57Copy full SHA for b63bc57
example/ios/Runner/Info.plist
@@ -29,10 +29,12 @@
29
<key>NSAllowsArbitraryLoads</key>
30
<true/>
31
</dict>
32
- <key>NSCameraUsageDescription</key>
33
- <string>Take a photo for display</string>
34
<key>NSPhotoLibraryUsageDescription</key>
35
<string>Read your photos for display</string>
+ <key>NSCameraUsageDescription</key>
+ <string>Take a photo for display</string>
36
+ <key>NSMicrophoneUsageDescription</key>
37
+ <string>Take a video for display</string>
38
<key>UILaunchStoryboardName</key>
39
<string>LaunchScreen</string>
40
<key>UIMainStoryboardFile</key>
0 commit comments