| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- otpkey
- 앱스토어
- SWIFT
- SwiftUI
- openssl
- Android
- 안드로이드
- FIDO2
- OTP
- SSL
- 2FA
- MYSQL
- apple
- 앨범북
- git
- OSX
- Xcode
- kmip
- MFA
- albumbook
- appres
- 인증
- 앱리소스
- WebAuthn
- SSH
- MSYS2
- Nodejs
- 애플
- css
- fido
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