일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 앨범북
- MYSQL
- 인증
- Nodejs
- SSL
- OTP
- 애플
- MFA
- fido
- MSYS2
- Android
- 앱스토어
- kmip
- WebAuthn
- 안드로이드
- albumbook
- openssl
- SSH
- SwiftUI
- SWIFT
- appres
- OSX
- FIDO2
- apple
- git
- 앱리소스
- css
- 2FA
- Xcode
- otpkey
Archives
- Today
- Total
인디노트
iOS 10에서 Privacy 설정 본문
Data Class | XCode Key | Raw Info.plist Key |
---|---|---|
Apple Music | Privacy - Media Library Usage Description | NSAppleMusicUsageDescription |
Bluetooth | Privacy - Bluetooth Peripheral Usage Description | NSBluetoothPeripheralUsageDescription |
Calendar | Privacy - Calendars Usage Description | NSCalendarsUsageDescription |
Camera | Privacy - Camera Usage Description | NSCameraUsageDescription |
Contacts | Privacy - Contacts Usage Description | NSContactsUsageDescription |
Health | Privacy - Health Share Usage Description Privacy - Health Update Usage Description | NSHealthShareUsageDescription NSHealthUpdateUsageDescription |
Home | Privacy - HomeKit Usage Description | NSHomeKitUsageDescription |
Location | Privacy - Location Always Usage Description Privacy - Location When In Use Usage Description | NSLocationAlwaysUsageDescription NSLocationWhenInUseUsageDescription |
Microphone | Privacy - Microphone Usage Description | NSMicrophoneUsageDescription |
Motion | Privacy - Motion Usage Description | NSMotionUsageDescription |
Photos | Privacy - Photo Library Usage Description | NSPhotoLibraryUsageDescription |
Reminders | Privacy - Reminders Usage Description | NSRemindersUsageDescription |
Siri | Privacy - Siri Usage Description | NSSiriUsageDescription |
Speech Recognition | Privacy - Speech Recognition Usage Description | NSSpeechRecognitionUsageDescription |
TV Provider Account | Privacy - TV Provider Usage Description | NSVideoSubscriberAccountUsageDescription |
Info.plist
에서 Privacy
설정을 추가해주면 된다.
반응형
'소스 팁 > Objective C, Swift, iOS, macOS' 카테고리의 다른 글
[iOS] 이미지, 동영상을 카메라 롤에 저장 (0) | 2018.06.09 |
---|---|
[Objective-c] NSRunLoop이 플래그가 설정되기를 기다리는 가장 좋은 방법은 무엇입니까? (0) | 2018.06.09 |
PHFetchOptions (0) | 2018.04.29 |
Notification Service Extension, Notification Content Extension (0) | 2018.04.19 |
Framework not found GoogleToolboxForMac (0) | 2018.04.18 |
Comments