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.
NSPhotoLibraryUsageDescription
1 parent 53869c9 commit b016019Copy full SHA for b016019
example/ios/Runner/Info.plist
@@ -26,6 +26,8 @@
26
<string>Take a photo for display</string>
27
<key>NSMicrophoneUsageDescription</key>
28
<string>Take a video for display</string>
29
+ <key>NSPhotoLibraryUsageDescription</key>
30
+ <string>Read and write your photos</string>
31
<key>UILaunchStoryboardName</key>
32
<string>LaunchScreen</string>
33
<key>UIMainStoryboardFile</key>
0 commit comments