ios 10 permissions
<!-- ๐ผ Photo Library --> | |
<key>NSPhotoLibraryUsageDescription</key> | |
<string><Your description goes here></string> | |
<!-- ๐ท Camera --> | |
<key>NSCameraUsageDescription</key> | |
<string><Your description goes here></string> | |
<!-- ๐ค Microphone --> | |
<key>NSMicrophoneUsageDescription</key> | |
<string><Your description goes here></string> | |
<!-- ๐ Location --> | |
<key>NSLocationUsageDescription</key> | |
<string><Your description goes here></string> | |
<!-- ๐ Location When In Use --> | |
<key>NSLocationWhenInUseUsageDescription</key> | |
<string><Your description goes here></string> | |
<!-- ๐ Location Always --> | |
<key>NSLocationAlwaysUsageDescription</key> | |
<string><Your description goes here></string> | |
<!-- ๐ Calendars --> | |
<key>NSCalendarsUsageDescription</key> | |
<string><Your description goes here></string> | |
<!-- โฐ Reminders --> | |
<key>NSRemindersUsageDescription</key> | |
<string><Your description goes here></string> | |
<!-- ๐ Motion --> | |
<key>NSMotionUsageDescription</key> | |
<string><Your description goes here></string> | |
<!-- ๐ Health Update --> | |
<key>NSHealthUpdateUsageDescription</key> | |
<string><Your description goes here></string> | |
<!-- ๐ Health Share --> | |
<key>NSHealthShareUsageDescription</key> | |
<string><Your description goes here></string> | |
<!-- แ๐ต Bluetooth Peripheral --> | |
<key>NSBluetoothPeripheralUsageDescription</key> | |
<string><Your description goes here></string> | |
<!-- ๐ต Media Library --> | |
<key>NSAppleMusicUsageDescription</key> | |
<string><Your description goes here></string> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment