Skip to content

Commit 19eba66

Browse files
authored
Add NSPhotoLibraryAddUsageDescription for Info.plist doc
I recently got issue in some version of iOS (apparently 10?) with this key missing. Not sure why I needed that but as it feel redundant with the key below, but this avoid some crashes I found with sentry :)
1 parent bc07dac commit 19eba66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ So before submitting your app to the App Store, make sure that in your
230230
<string>Some description</string>
231231
<key>NSLocationWhenInUseUsageDescription</key>
232232
<string>Some description</string>
233+
<key>NSPhotoLibraryAddUsageDescription</key>
234+
<string>Some description</string>
233235
<key>NSPhotoLibraryUsageDescription</key>
234236
<string>Some description</string>
235237
<key>NSSpeechRecognitionUsageDescription</key>

0 commit comments

Comments
 (0)