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 69088cf commit 130db30Copy full SHA for 130db30
example/ios/InstabugSample/Info.plist
@@ -55,5 +55,9 @@
55
</array>
56
<key>UIViewControllerBasedStatusBarAppearance</key>
57
<false/>
58
+ <key>NSMicrophoneUsageDescription</key>
59
+ <string>Instabug needs access to your microphone so you can attach voice notes.</string>
60
+ <key>NSPhotoLibraryUsageDescription</key>
61
+ <string>Instabug needs access to your photo library so you can attach images.</string>
62
</dict>
63
</plist>
0 commit comments