Skip to content

Commit 10e6a21

Browse files
fix(sample): Add NSPhotoLibraryUsageDescription to Info.plist (#4600)
* fix(sample): Add NSPhotoLibraryUsageDescription to Info.plist * Update Info.plist
1 parent 397a69c commit 10e6a21

File tree

1 file changed

+2
-0
lines changed
  • samples/react-native/ios/sentryreactnativesample

1 file changed

+2
-0
lines changed

samples/react-native/ios/sentryreactnativesample/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>NSPhotoLibraryUsageDescription</key>
6+
<string>The Photo Library Access is required for attaching images/screenshots to a user feedback form.</string>
57
<key>CFBundleDevelopmentRegion</key>
68
<string>en</string>
79
<key>CFBundleDisplayName</key>

0 commit comments

Comments
 (0)