We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6670563 commit 0fc99faCopy full SHA for 0fc99fa
example/ios/Runner/Info.plist
@@ -41,5 +41,9 @@
41
</array>
42
<key>UIViewControllerBasedStatusBarAppearance</key>
43
<false/>
44
+ <key>NSMicrophoneUsageDescription</key>
45
+ <string>Instabug needs access to your microphone so you can attach voice notes.</string>
46
+ <key>NSPhotoLibraryUsageDescription</key>
47
+ <string>Instabug needs access to your photo library so you can attach images.</string>
48
</dict>
49
</plist>
0 commit comments