We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12e20e commit dc5f8a9Copy full SHA for dc5f8a9
example/SampleProject/ios/Runner/Info.plist
@@ -2,6 +2,12 @@
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
+ <key>NSMicrophoneUsageDescription</key>
6
+ <string>Need microphone access for uploading audio</string>
7
+ <key>NSCameraUsageDescription</key>
8
+ <string>Need camera access for uploading images</string>
9
+ <key>NSBluetoothAlwaysUsageDescription</key>
10
+ <string>Our app uses bluetooth to find, connect and transfer data between different devices</string>
11
<key>CFBundleDevelopmentRegion</key>
12
<string>$(DEVELOPMENT_LANGUAGE)</string>
13
<key>CFBundleDisplayName</key>
0 commit comments