Skip to content

Commit 0fc99fa

Browse files
authored
[MOB-10037] Add missing iOS permission in example app (#270)
* Add iOS microphone permission in example app * Add iOS photo library permission in example app * Update iOS usage descriptions to match the docs
1 parent 6670563 commit 0fc99fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example/ios/Runner/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,9 @@
4141
</array>
4242
<key>UIViewControllerBasedStatusBarAppearance</key>
4343
<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>
4448
</dict>
4549
</plist>

0 commit comments

Comments
 (0)