Skip to content

Instantly share code, notes, and snippets.

@jonatasdlp
Created January 16, 2018 15:58
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 jonatasdlp/26e9031dd7e4489e8118d66d2caf8953 to your computer and use it in GitHub Desktop.
Save jonatasdlp/26e9031dd7e4489e8118d66d2caf8953 to your computer and use it in GitHub Desktop.
Resolving the Privacy-Sensitive Data App Rejection
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSCalendarsUsageDescription</key>
<string>$(PRODUCT_NAME) user your calendar.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>$(PRODUCT_NAME) bluetooth use.</string>
<key>NSSpeechRecognitionUsageDescription</key>
<string>(PRODUCT_NAME) speech recognition use.</string>
<key>NSCameraUsageDescription</key>
<string>$(PRODUCT_NAME) camera use</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>$(PRODUCT_NAME) location use.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>$(PRODUCT_NAME) photos and video use.</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment