You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: packages/image_picker/image_picker/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ As a result of implementing PHPicker it becomes impossible to pick HEIC images o
23
23
Add the following keys to your _Info.plist_ file, located in `<project root>/ios/Runner/Info.plist`:
24
24
25
25
*`NSPhotoLibraryUsageDescription` - describe why your app needs permission for the photo library. This is called _Privacy - Photo Library Usage Description_ in the visual editor.
26
-
* This permission is not required for image picking on iOS 11+ if you pass `false` for `requestFullMetadata`.
26
+
* This permission will not be requested if you always pass `false` for `requestFullMetadata`, but App Store policy requires including the plist entry.
27
27
*`NSCameraUsageDescription` - describe why your app needs access to the camera. This is called _Privacy - Camera Usage Description_ in the visual editor.
28
28
*`NSMicrophoneUsageDescription` - describe why your app needs access to the microphone, if you intend to record videos. This is called _Privacy - Microphone Usage Description_ in the visual editor.
0 commit comments