Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gabrielribeiro
Created March 22, 2019 18:01
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 gabrielribeiro/68620e78ccda809fd110671952c59cba to your computer and use it in GitHub Desktop.
Save gabrielribeiro/68620e78ccda809fd110671952c59cba to your computer and use it in GitHub Desktop.
Values for usage descriptions to put in info.plist
<dict>
<key>NSCalendarsUsageDescription</key>
<string>$(PRODUCT_NAME) calendar events</string>
<key>NSRemindersUsageDescription</key>
<string>$(PRODUCT_NAME) reminder use</string>
<key>NSCameraUsageDescription</key>
<string>This app requires to access your photo library to show image on profile and send via chat</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app requires to access your microphone to record video with your voice send via chat</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app requires to access your photo library to show image on profile and send via chat</string>
<key>NSContactsUsageDescription</key>
<string>$(PRODUCT_NAME) contact use</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>$(PRODUCT_NAME) location use</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>$(PRODUCT_NAME) location use</string>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment