Skip to content

Instantly share code, notes, and snippets.

@carlosalexandresmo
Last active April 13, 2021 23:46
Show Gist options
  • Save carlosalexandresmo/adb74b066e717455e8748358a7e5e69b to your computer and use it in GitHub Desktop.
Save carlosalexandresmo/adb74b066e717455e8748358a7e5e69b to your computer and use it in GitHub Desktop.
Full List:
Apple Music:
<key>NSAppleMusicUsageDescription</key>
<string>My description about why I need this capability</string>
Bluetooth:
<key>NSBluetoothPeripheralUsageDescription</key>
<string>My description about why I need this capability</string>
Calendar:
<key>NSCalendarsUsageDescription</key>
<string>My description about why I need this capability</string>
Camera:
<key>NSCameraUsageDescription</key>
<string>My description about why I need this capability</string>
Contacts:
<key>NSContactsUsageDescription</key>
<string>My description about why I need this capability</string>
FaceID:
<key>NSFaceIDUsageDescription</key>
<string>My description about why I need this capability</string>
Health Share:
<key>NSHealthShareUsageDescription</key>
<string>My description about why I need this capability</string>
Health Update:
<key>NSHealthUpdateUsageDescription</key>
<string>My description about why I need this capability</string>
Home Kit:
<key>NSHomeKitUsageDescription</key>
<string>My description about why I need this capability</string>
Location:
<key>NSLocationUsageDescription</key>
<string>My description about why I need this capability</string>
Location (Always):
<key>NSLocationAlwaysUsageDescription</key>
<string>My description about why I need this capability</string>
Location (When in use):
<key>NSLocationWhenInUseUsageDescription</key>
<string>My description about why I need this capability</string>
Microphone:
<key>NSMicrophoneUsageDescription</key>
<string>My description about why I need this capability</string>
Motion (Accelerometer):
<key>NSMotionUsageDescription</key>
<string>My description about why I need this capability</string>
NFC (Near-field communication):
<key>NFCReaderUsageDescription</key>
<string>My description about why I need this capability</string>
Photo Library:
<key>NSPhotoLibraryUsageDescription</key>
<string>My description about why I need this capability</string>
Photo Library (Write-only access):
<key>NSPhotoLibraryAddUsageDescription</key>
<string>My description about why I need this capability</string>
Reminders:
<key>NSRemindersUsageDescription</key>
<string>My description about why I need this capability</string>
Siri:
<key>NSSiriUsageDescription</key>
<string>My description about why I need this capability</string>
Speech Recognition:
<key>NSSpeechRecognitionUsageDescription</key>
<string>My description about why I need this capability</string>
@carlosalexandresmo
Copy link
Author

NSCameraUsageDescription
$(PRODUCT_NAME) requer acesso à câmera para capturar fotos de sua caderneta de vacinação e enviar para nossa análise.
NSLocationAlwaysUsageDescription
$(PRODUCT_NAME) requer acesso à sua localização para exibir as informações da sua localização no momento.
NSLocationWhenInUseUsageDescription
$(PRODUCT_NAME) requer acesso à sua localização em tempo real para acompanhar seu andamento conforme sua localização
NSMicrophoneUsageDescription
$(PRODUCT_NAME) requer acesso à seu microfone realizar ligações via aplicativo.
NSPhotoLibraryUsageDescription
$(PRODUCT_NAME) requer acesso à sua biblioteca de fotos para enviar uma foto da sua caderneta de vacinação para a nossa análise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment