Skip to content

Commit 130db30

Browse files
authored
Add iOS mic and photo lib permissions to sample (#829)
1 parent 69088cf commit 130db30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example/ios/InstabugSample/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,9 @@
5555
</array>
5656
<key>UIViewControllerBasedStatusBarAppearance</key>
5757
<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>
5862
</dict>
5963
</plist>

0 commit comments

Comments
 (0)