Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit e0cc86d

Browse files
committed
Update text about App Store policy
1 parent 968bb0d commit e0cc86d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/image_picker/image_picker/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ As a result of implementing PHPicker it becomes impossible to pick HEIC images o
2323
Add the following keys to your _Info.plist_ file, located in `<project root>/ios/Runner/Info.plist`:
2424

2525
* `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 will not be requested if you always pass `false` for `requestFullMetadata`, but App Store policy requires including the plist entry.
2627
* `NSCameraUsageDescription` - describe why your app needs access to the camera. This is called _Privacy - Camera Usage Description_ in the visual editor.
2728
* `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.
2829

0 commit comments

Comments
 (0)