Skip to content

Instantly share code, notes, and snippets.

@teerasej
Created February 4, 2021 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teerasej/2aba0203d71f477674b83bf452afdae8 to your computer and use it in GitHub Desktop.
Save teerasej/2aba0203d71f477674b83bf452afdae8 to your computer and use it in GitHub Desktop.
iOS Camera Permission on info.plist
<key>NSCameraUsageDescription</key>
<string>Can I use the camera please?</string>
<key>NSMicrophoneUsageDescription</key>
<string>Can I use the mic please?</string>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment