Skip to content

Commit

Permalink
docs(camera): add missing usage descriptions needed in iOS (#2633)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Mar 25, 2020
1 parent ece7c47 commit 7692ee4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/docs-md/apis/camera/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ iOS requires the following usage description be added and filled out for your ap
Name: `Privacy - Camera Usage Description`
Key: `NSCameraUsageDescription`

Name: `Privacy - Photo Library Additions Usage Description`
Key: `NSPhotoLibraryAddUsageDescription`

Name: `Privacy - Photo Library Usage Description`
Key: `NSPhotoLibraryUsageDescription`

Read about [Setting iOS Permissions](../../ios/configuration/) in the [iOS Guide](../../ios/) for more information on setting iOS permissions in Xcode

## Android Notes
Expand Down

0 comments on commit 7692ee4

Please sign in to comment.